Skip to content

Commit

Permalink
chore: tsdoc - createNexusClient
Browse files Browse the repository at this point in the history
  • Loading branch information
joepegler committed Sep 19, 2024
1 parent 759e1d8 commit 453a58f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/sdk/account/utils/Helpers.ts
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
export const isDebugging = () => process.env.BICONOMY_SDK_DEBUG === "true" || process.env.REACT_APP_BICONOMY_SDK_DEBUG === "true" || process.env.NEXT_PUBLIC_BICONOMY_SDK_DEBUG === "true"
export const isDebugging = () =>
process.env.BICONOMY_SDK_DEBUG === "true" ||
process.env.REACT_APP_BICONOMY_SDK_DEBUG === "true" ||
process.env.NEXT_PUBLIC_BICONOMY_SDK_DEBUG === "true"

0 comments on commit 453a58f

Please sign in to comment.