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 8db7e80 commit 071c504Copy full SHA for 071c504
src/intra/cleanup.ts
@@ -150,6 +150,6 @@ const anonymizeUsers = async function(api: Fast42): Promise<void> {
150
export const cleanupDB = async function(api: Fast42): Promise<void> {
151
console.info('Cleaning up the database...');
152
await cleanupDuplicateProjectUsers();
153
- await cleanupNonExistentCursusUsers(api);
+ // await cleanupNonExistentCursusUsers(api); /* Disabled for now, as this is already included in the syncCursus function */
154
await anonymizeUsers(api);
155
};
0 commit comments