-
This commit is contained in:
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()))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user