Browse Source

fix: remove unused context import in ratelimit.go

neyrogovnarik 1 month ago
parent
commit
f97f003332
1 changed files with 0 additions and 1 deletions
  1. 0 1
      backend/internal/middleware/ratelimit.go

+ 0 - 1
backend/internal/middleware/ratelimit.go

@@ -2,7 +2,6 @@
 package middleware
 
 import (
-	"context"
 	"net/http"
 	"sync"
 	"time"