From b37d2060bd5b6bf4574c9af03ce90f2eeaabf9f8 Mon Sep 17 00:00:00 2001 From: Shay Jacoby Date: Wed, 4 Dec 2024 07:32:30 +0200 Subject: [PATCH] removed unused import --- helper/jwt.go | 1 - 1 file changed, 1 deletion(-) diff --git a/helper/jwt.go b/helper/jwt.go index 0317a5c..42bec73 100644 --- a/helper/jwt.go +++ b/helper/jwt.go @@ -4,7 +4,6 @@ import ( "database/sql" "errors" "fmt" - "log" "os" "strconv" "strings"