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