Przeglądaj źródła

fix(syncing-server): revisions updating - select fields

Karol Sójko 2 lat temu
rodzic
commit
4ff8030f87
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/syncing-server/bin/revisions.ts

+ 1 - 1
packages/syncing-server/bin/revisions.ts

@@ -22,7 +22,7 @@ const fixRevisionsOwnership = async (
     sortBy: 'updated_at_timestamp',
     sortOrder: 'ASC',
     createdBefore: new Date('2022-11-23'),
-    selectFields: ['user_uuid', 'item_uuid'],
+    selectFields: ['user_uuid', 'uuid'],
   })
 
   return new Promise((resolve, reject) => {