Skip to content

Commit cdffc9e

Browse files
committed
temporarily disable user syncing
1 parent 9ba0919 commit cdffc9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const syncWithIntra = async function(): Promise<void> {
5959
await syncCampuses(fast42Api, lastSync);
6060
await syncCursusProjects(fast42Api, lastSync, '9');
6161
await syncCursusProjects(fast42Api, lastSync, '21');
62-
await syncUsers(fast42Api, lastSync);
62+
// await syncUsers(fast42Api, lastSync);
6363
await syncProjectUsers(fast42Api, lastSync);
6464
await DatabaseService.saveSyncTimestamp(now);
6565

0 commit comments

Comments
 (0)