Skip to content

Commit

Permalink
ar(fix) migration noise
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Jul 29, 2024
1 parent e9fa194 commit 65adced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/auth/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const methods = {
console.error(e);
}
},
getSession: async (params = {}) => {
getSession: async (params = { cookies: '' }) => {
try {
const response = await fetch(`${process.env.NEXT_PUBLIC_NEXUS_HOST}/api/auth/session`, {
method: 'GET',
Expand Down

0 comments on commit 65adced

Please sign in to comment.