Fix schema
This commit is contained in:
parent
5be1b07c71
commit
760be52dc5
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ const watchStoreSchema: Schema<WatchStore> = {
|
|||
type: "object",
|
||||
properties: {
|
||||
path: { type: "string" },
|
||||
uploadedFileID: { type: "string" },
|
||||
collectionID: { type: "string" },
|
||||
uploadedFileID: { type: "number" },
|
||||
collectionID: { type: "number" },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue