Skip to content

Commit

Permalink
fix AuthException parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
Weiko committed Jan 9, 2025
1 parent f44d99d commit 4ed1db3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export class GoogleAuthController {
}),
);
}
throw new AuthException(AuthExceptionCode.INTERNAL_SERVER_ERROR, err);
throw new AuthException(err, AuthExceptionCode.INTERNAL_SERVER_ERROR);
}
}
}

0 comments on commit 4ed1db3

Please sign in to comment.