Fix schema

This commit is contained in:
Manav Rathi 2024-04-19 12:59:10 +05:30
parent 5be1b07c71
commit 760be52dc5
No known key found for this signature in database

View file

@ -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" },
},
},
},