add todo
This commit is contained in:
parent
3302fce323
commit
b4161d8327
@ -212,6 +212,9 @@ type PutAnswersResponse struct {
|
|||||||
Stored []uint64 `json:"stored"`
|
Stored []uint64 `json:"stored"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// todo не отдавать ответы с типом start но сохранять брать из контента ответа
|
||||||
|
// поле бул также в GetQuizdata не отдавать его, но по запросам идет GetQuizdata получаем данные квиза
|
||||||
|
// аотом отправляем ответы в PutAnswers и сохраяняем их подумать как делать
|
||||||
func (s *Service) PutAnswersOnePiece(c *fiber.Ctx) error {
|
func (s *Service) PutAnswersOnePiece(c *fiber.Ctx) error {
|
||||||
cs, ok := c.Context().Value(middleware.ContextKey(middleware.SessionKey)).(string)
|
cs, ok := c.Context().Value(middleware.ContextKey(middleware.SessionKey)).(string)
|
||||||
if !ok {
|
if !ok {
|
||||||
|
Loading…
Reference in New Issue
Block a user