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);