update create new answer with new bool var start
This commit is contained in:
parent
7bb41cca01
commit
a26dce3bed
@ -50,6 +50,7 @@ func (r *AnswerRepository) CreateAnswers(ctx context.Context, answers []model.An
|
|||||||
Ip: ans.IP,
|
Ip: ans.IP,
|
||||||
Browser: ans.Browser,
|
Browser: ans.Browser,
|
||||||
Os: ans.OS,
|
Os: ans.OS,
|
||||||
|
Start: ans.Start,
|
||||||
}
|
}
|
||||||
|
|
||||||
err := r.queries.InsertAnswers(ctx, params)
|
err := r.queries.InsertAnswers(ctx, params)
|
||||||
|
Loading…
Reference in New Issue
Block a user