fix: reset-to-auto in both rip branches, visible mutation failures, distinct invalid-token error
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { Candidate, Item, ReleasePreview } from '../types.js'
|
||||
|
||||
export type ScanErrorKind = 'not_found' | 'no_discogs_token' | 'rate_limited' | 'server'
|
||||
export type ScanErrorKind = 'not_found' | 'no_discogs_token' | 'discogs_auth' | 'rate_limited' | 'server'
|
||||
|
||||
export type ScanState =
|
||||
| { phase: 'scan' }
|
||||
|
||||
Reference in New Issue
Block a user