Fix go vet errors
This commit is contained in:
parent
b0129e5239
commit
e84b1d67cb
8 changed files with 16 additions and 12 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue