resolved linting issue

This commit is contained in:
MohitKatare-protean
2025-04-09 08:26:45 +05:30
parent cfdf589f43
commit eeaa857963

View File

@@ -20,7 +20,6 @@ import (
type ctxKey any type ctxKey any
var requestID ctxKey = "requestID" var requestID ctxKey = "requestID"
var userID ctxKey = "userID"
const testLogFilePath = "./test_logs/test.log" const testLogFilePath = "./test_logs/test.log"