Fix go vet errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
nemunaire 2022-07-08 23:11:11 +02:00
commit b5dbf1c7b4
8 changed files with 16 additions and 12 deletions

View file

@ -70,7 +70,7 @@ func importExerciceQA(c *gin.Context) {
} else {
qa.Creation = uq.Creation
qa.Solved = uq.Solved
qa.Closed = qa.Closed
qa.Closed = uq.Closed
_, err = qa.Update()
if err != nil {