Skip to content

Commit

Permalink
chore: 링크 배포를 위해 개발용 방어 로직 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
flydog98 committed Dec 8, 2023
1 parent 1e39516 commit 5d25969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/src/containers/containers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,9 +178,9 @@ export class ContainersService {
this.availableContainers.get(quizId).push(containerId);
});

if (!(await this.isValidateContainerId(containerId))) {
return await this.createContainer(quizId);
}
// if (!(await this.isValidateContainerId(containerId))) {
// return await this.createContainer(quizId);
// }

return containerId;
}
Expand Down

0 comments on commit 5d25969

Please sign in to comment.