Ver Fonte

Fix schema

Manav Rathi há 1 ano atrás
pai
commit
760be52dc5
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      desktop/src/main/stores/watch.ts

+ 2 - 2
desktop/src/main/stores/watch.ts

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