We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ba0919 commit cdffc9eCopy full SHA for cdffc9e
src/sync.ts
@@ -59,7 +59,7 @@ export const syncWithIntra = async function(): Promise<void> {
59
await syncCampuses(fast42Api, lastSync);
60
await syncCursusProjects(fast42Api, lastSync, '9');
61
await syncCursusProjects(fast42Api, lastSync, '21');
62
- await syncUsers(fast42Api, lastSync);
+ // await syncUsers(fast42Api, lastSync);
63
await syncProjectUsers(fast42Api, lastSync);
64
await DatabaseService.saveSyncTimestamp(now);
65
0 commit comments