This commit is contained in:
Pasha 2025-04-03 16:25:21 +03:00 committed by skeris
parent 3d294ea1d6
commit bba0c1a4f6

@ -395,7 +395,7 @@ func (s *Service) PutAnswersOnePiece(c *fiber.Ctx) error {
Session: cs,
})
if err != nil {
return c.Status(fiber.StatusInternalServerError).SendString(fmt.Sprintf("can not create question type ai, err: %s", err.Error()))
return c.Status(fiber.StatusInternalServerError).SendString(fmt.Sprintf("failed create question type ai, err: %s", err.Error()))
}
}