Skip to content

Commit c0f7df3

Browse files
committed
Remove unused import
1 parent b6f7de2 commit c0f7df3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/frontpage/middleware.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ import {
1717
getAuthCookie,
1818
setAuthCookie,
1919
} from "./lib/auth";
20-
import { AUTH_SCOPES } from "@repo/frontpage-oauth";
2120

2221
export async function middleware(request: NextRequest) {
2322
const cookieJwt = await getAuthCookie();

0 commit comments

Comments
 (0)