Skip to content

Commit

Permalink
Fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Aug 19, 2018
1 parent bdf49c9 commit bc4e4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func handleGetDetail(sessionKey, apiID string, byHash bool) (interface{}, int) {
log.WithFields(logrus.Fields{
"prefix": "api",
"key": obfuscateKey(sessionKey),
"error": err,
"error": err,
"status": "ok",
}).Info("Can't retrieve key quota")
}
Expand Down

0 comments on commit bc4e4e4

Please sign in to comment.