diff --git a/backend/src/api/controllers/dev.ts b/backend/src/api/controllers/dev.ts index f020d0e0f7d0..e16572f441ce 100644 --- a/backend/src/api/controllers/dev.ts +++ b/backend/src/api/controllers/dev.ts @@ -285,7 +285,7 @@ async function updateUser(uid: string): Promise { } //update testActivity - await updateTestActicity(uid); + await updateTestActivity(uid); } //update the user @@ -317,7 +317,7 @@ function createArray(size: number, builder: () => T): T[] { return new Array(size).fill(0).map(() => builder()); } -async function updateTestActicity(uid: string): Promise { +async function updateTestActivity(uid: string): Promise { await ResultDal.getResultCollection() .aggregate( [