Skip to content

Commit

Permalink
fix SQL error
Browse files Browse the repository at this point in the history
  • Loading branch information
jessepeterson committed Aug 9, 2022
1 parent 3c8abf3 commit 0c770c1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions storage/mysql/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ UPDATE
active = new.active,
valid = new.valid,
server_token = new.server_token,
reasons = new.reasons
updated_at = CURRENT_TIMESTAMP;`,
reasons = new.reasons;`,
args...,
)

Expand Down

0 comments on commit 0c770c1

Please sign in to comment.