debug template copy

This commit is contained in:
skeris 2024-07-17 13:59:48 +03:00
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())
}