Skip to content

Commit 5d93a54

Browse files
committed
chore: fix mimic next auth type
1 parent ea84310 commit 5d93a54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/backend/src/tokens/__tests__/getAuth.test-d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ describe('getAuth() or auth() with request parameter', () => {
5252

5353
describe('getAuth() or auth() without request parameter', () => {
5454
type SessionAuthWithRedirect = SessionAuthObject & {
55-
redirectToSignIn: RedirectFun<void>;
56-
redirectToSignUp: RedirectFun<void>;
55+
redirectToSignIn: RedirectFun<Response>;
56+
redirectToSignUp: RedirectFun<Response>;
5757
};
5858

5959
// Mimic Next.js auth() helper

0 commit comments

Comments
 (0)