Skip to content

Commit

Permalink
Rename
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Mar 8, 2024
1 parent feb0440 commit b2fd285
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,8 @@ export function ConnectTransactionsModal() {
}
}, [isOpen]);

console.log(process.env.NEXT_PUBLIC_TELLER_ENVIRONMENT);

const { open: openTeller, ready: tellerReady } = useTellerConnect({
applicationId: process.env.NEXT_PUBLIC_TELLER_APPLICATION_ID!,
environment: "production",
Expand Down

0 comments on commit b2fd285

Please sign in to comment.