Skip to content

Commit

Permalink
Merge pull request #618 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Update javascript.md
  • Loading branch information
RizaFarheen authored Feb 8, 2024
2 parents 94e5a41 + 8b0b2c6 commit 6cadd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sdks/javascript.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Once we have a key and secret, we can configure the app from properties or envir
};

(async () => {
const clientPromise = orkesConductorClient(playConfig);
const clientPromise = orkesConductorClient(config);
const client = await clientPromise;
})();

Expand Down

0 comments on commit 6cadd21

Please sign in to comment.