debug template copy
This commit is contained in:
parent
4000caa064
commit
7c3b18f9fb
@ -505,6 +505,7 @@ func (s *Service) TemplateCopy(ctx *fiber.Ctx) error {
|
||||
|
||||
qizID, err := s.dal.QuizRepo.TemplateCopy(ctx.Context(), accountID, req.Qid)
|
||||
if err != nil {
|
||||
fmt.Println("TEMPLERR", err)
|
||||
return ctx.Status(fiber.StatusInternalServerError).SendString(err.Error())
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user