Skip to content

Commit

Permalink
add NOT_DOIN enum.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michaellinaresxk committed Nov 21, 2023
1 parent 2a4ffd7 commit b19394d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class LessonCopyService {
const nexboardStatus = {
title: element.title,
type: CopyElementType.LESSON_CONTENT_NEXBOARD,
status: CopyStatusEnum.PARTIAL,
status: CopyStatusEnum.NOT_DOING,
};
if (nexboardContent) {
copiedContent.push(nexboardContent);
Expand Down

0 comments on commit b19394d

Please sign in to comment.