Skip to content

Commit

Permalink
@uppy/core: remove state getter from types (#4477)
Browse files Browse the repository at this point in the history
The `state` getter was removed a while back, and we forgot to fix the types.
  • Loading branch information
aduh95 authored May 26, 2023
1 parent 81ba34c commit 72f579e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/@uppy/core/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -284,8 +284,6 @@ export class Uppy {

getState<TMeta extends IndexedObject<any> = Record<string, unknown>>(): State<TMeta>

readonly state: State

setFileState(fileID: string, state: Record<string, unknown>): void

resetProgress(): void
Expand Down

0 comments on commit 72f579e

Please sign in to comment.