mirror of
https://github.com/aljazceru/breez-sdk-docs.git
synced 2025-12-18 22:34:19 +01:00
Fix defaultConfig call
This commit is contained in:
@@ -145,7 +145,7 @@ const nodeConfig : NodeConfig = {
|
|||||||
inviteCode: "your invite code"
|
inviteCode: "your invite code"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
let config = defaultConfig(EnvironmentType.PRODUCTION, "api key", nodeConfig);
|
let config = await defaultConfig(EnvironmentType.PRODUCTION, "api key", nodeConfig);
|
||||||
|
|
||||||
// Customize the config object according to your needs
|
// Customize the config object according to your needs
|
||||||
config.workingDir = "path to an existing directory";
|
config.workingDir = "path to an existing directory";
|
||||||
|
|||||||
Reference in New Issue
Block a user