Skip to content

Commit 3d0fe13

Browse files
committed
🐛 fix: suap oauth
1 parent 0dd860e commit 3d0fe13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/api/report/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,4 @@ export const GET = auth(async (req) => {
6969
{ status: 500 }
7070
);
7171
}
72-
});
72+
}) as any;

0 commit comments

Comments
 (0)