removed unused variable

This commit is contained in:
2026-01-07 15:27:32 +08:00
parent cd2c4cccb7
commit 78c384055b
-1
View File
@@ -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 = ?"