From 78c384055bfd09817355622c4cfe827b20b8ee2e Mon Sep 17 00:00:00 2001 From: F04C Date: Wed, 7 Jan 2026 15:27:32 +0800 Subject: [PATCH] removed unused variable --- handlers/constants.go | 1 - 1 file changed, 1 deletion(-) diff --git a/handlers/constants.go b/handlers/constants.go index 81848a3..4cd8e76 100644 --- a/handlers/constants.go +++ b/handlers/constants.go @@ -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 = ?"