Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
serefyarar committed Feb 19, 2024
1 parent 0e39439 commit 5350236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/libs/lit/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const getPKPSession = async (session, index) => {

const litNodeClient = new LitJsSdk.LitNodeClientNodeJs({
litNetwork: config.litNetwork,
debug: false,
debug: process.env.DEBUG || false,
});
await litNodeClient.connect();

Expand Down

0 comments on commit 5350236

Please sign in to comment.