removed unused variable
This commit is contained in:
@@ -25,7 +25,6 @@ const (
|
||||
|
||||
// Format string constants
|
||||
errFormatWithContext = "%s: %w"
|
||||
errorFormat = "%s?error=%s"
|
||||
|
||||
// SQL query constants
|
||||
sqlUpdateRevokeSession = "UPDATE jwt_sessions SET is_revoked = true WHERE id = ?"
|
||||
|
||||
Reference in New Issue
Block a user