Skip to content

Commit

Permalink
fix: added logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mbret committed Dec 3, 2024
1 parent 79f6aa4 commit 5bbf9e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/api/src/libs/couch/dbHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -363,6 +363,8 @@ export const getNano = async ({
jwtToken,
xAccessSecret
}: { jwtToken?: string; xAccessSecret?: string } = {}) => {
console.log(`FOOO xAccessSecret`, xAccessSecret)

return createNano({
url: COUCH_DB_URL,
requestDefaults: {
Expand All @@ -374,7 +376,7 @@ export const getNano = async ({
Authorization: `Bearer ${jwtToken}`
})
}
} as any
}
})
}

Expand Down

0 comments on commit 5bbf9e5

Please sign in to comment.