Explorar el Código

fix: remove unused context import in ratelimit.go

neyrogovnarik hace 1 mes
padre
commit
f97f003332
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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"