update create new answer with new bool var start

This commit is contained in:
Pavel 2024-03-15 14:35:39 +03:00
parent 7bb41cca01
commit a26dce3bed

@ -50,6 +50,7 @@ func (r *AnswerRepository) CreateAnswers(ctx context.Context, answers []model.An
Ip: ans.IP,
Browser: ans.Browser,
Os: ans.OS,
Start: ans.Start,
}
err := r.queries.InsertAnswers(ctx, params)