Skip to content

Commit

Permalink
refactor: enum ํ™œ์šฉ
Browse files Browse the repository at this point in the history
[#16]
  • Loading branch information
LuizyHub authored and flydog98 committed Dec 6, 2023
1 parent a2add61 commit c3b43a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/quizzes/quizzes.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class QuizzesController {
execCommandDto.message,
));

if (result === 'editor') {
if (result === MODE.EDITOR) {
containerId = await this.containerService.getContainer(id);
await this.sessionService.setContainerBySessionId(
sessionId,
Expand Down

0 comments on commit c3b43a5

Please sign in to comment.