Skip to content

Commit

Permalink
feat: 쿼리 수정에 따른 비즈니스 로직 구현
Browse files Browse the repository at this point in the history
  • Loading branch information
JangAJang committed Dec 5, 2023
1 parent 470dbc7 commit 38ff734
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion BE/src/question/service/question.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export class QuestionService {
copyQuestionRequest.questionIds,
)
).map((question) => this.createCopy(question, workbook));
console.log(questions);
await this.questionRepository.saveAll(questions);
return WorkbookIdResponse.of(workbook);
}
Expand Down

0 comments on commit 38ff734

Please sign in to comment.