From b6480c6dbe5f4f04d7688b9643bc5864fbb47a75 Mon Sep 17 00:00:00 2001 From: Adam Richie-Halford Date: Wed, 14 Feb 2024 16:25:59 -0800 Subject: [PATCH] Don't explicitly write the run ID when starting an assessment --- src/firestore/firekit.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/firestore/firekit.ts b/src/firestore/firekit.ts index f1c9db64..6778fb62 100644 --- a/src/firestore/firekit.ts +++ b/src/firestore/firekit.ts @@ -902,10 +902,6 @@ export class RoarFirekit { allRunIds: allRunIdsForThisTask, }; - if (allRunIdsForThisTask.length === 1) { - assessmentUpdateData.runId = runId; - } - // Append runId to `allRunIds` for this assessment // in the userId/assignments collection await this._updateAssignedAssessment(administrationId, taskId, assessmentUpdateData, transaction);