mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Linting fix
This commit is contained in:
parent
5c62a63788
commit
0a43674da3
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import { v4 as uuidv4 } from 'uuid'
|
|||
type UploadFileInput = {
|
||||
url: string
|
||||
contentType: string
|
||||
createPageEntry?: Boolean
|
||||
createPageEntry?: boolean
|
||||
clientRequestId?: string
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue