Skip to content

Commit

Permalink
fix: Updated error message (#1026)
Browse files Browse the repository at this point in the history
  • Loading branch information
plxity authored Dec 17, 2024
1 parent f46ff54 commit ef86421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/sdk/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export class Composio {
description:
"You need to provide it in the constructor or as an environment variable COMPOSIO_API_KEY",
possibleFix:
"Please provide a valid API Key. You can get it from https://app.composio.dev/settings",
"Please provide a valid API Key. You can get it from https://app.composio.dev/settings OR Check if you are passing it as an object in the constructor like - { apiKey: 'your-api-key' }",
});
}

Expand Down

0 comments on commit ef86421

Please sign in to comment.