Closed m5136771 closed 1 year ago
Line with bug: questionDocs.atmp_by = studentId;
questionDocs.atmp_by = studentId;
This sets the field to the studentId rather than adding a new Id to the array.
Fix Atmp by #20
Line with bug:
questionDocs.atmp_by = studentId;
This sets the field to the studentId rather than adding a new Id to the array.