Skip to content

Commit fceec6a

Browse files
yakudCopilot
andauthored
Update packages/chaingraph-nodes/src/nodes/okx-dex-api/okx-get-chain-data.node.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1e088a3 commit fceec6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/chaingraph-nodes/src/nodes/okx-dex-api/okx-get-chain-data.node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ class OKXGetChainDataNode extends BaseNode {
6767

6868
// Decrypt secrets
6969
if (!this.config.secrets)
70-
throw new Error('API Key is required')
70+
throw new Error('Secrets configuration is required')
7171

7272
const secrets = await this.config.secrets.decrypt(context)
7373

0 commit comments

Comments
 (0)