Skip to content

Commit f2754cf

Browse files
committed
🔄 Synced local '.' with remote 'apps/examples/nextjs'
1 parent 10f10f1 commit f2754cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/protected/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export const GET = auth((req) => {
66
}
77

88
return Response.json({ message: "Not authenticated" }, { status: 401 })
9-
}) as any // TODO: Fix `auth()` return type
9+
})

0 commit comments

Comments
 (0)