Skip to content

Commit ba3e6f9

Browse files
hotfix(lint): remove unused imports for build
1 parent 87b547a commit ba3e6f9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

‎apps/api/internal/api/api.go‎

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,10 @@ package api
22

33
import (
44
"net/http"
5-
"time"
65

76
"github.com/go-chi/chi/v5"
87
"github.com/go-chi/chi/v5/middleware"
98
"github.com/go-chi/cors"
10-
"github.com/go-chi/httprate"
119
"github.com/rs/zerolog"
1210
"github.com/rs/zerolog/log"
1311
"github.com/swamphacks/core/apps/api/internal/api/handlers"

0 commit comments

Comments
 (0)