Skip to content

Commit

Permalink
Merge pull request #134 from SolaceLabs/examples
Browse files Browse the repository at this point in the history
added examples dir
  • Loading branch information
TamimiGitHub committed Feb 22, 2024
2 parents 9b55f92 + 8d1734d commit d9dfaea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ep-sdk/examples/applicationDomainTask.example.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const main = async (): Promise<void> => {
);
EpSdkLogger.initialize({ epSdkLoggerInstance: epSdkConsoleLogger });

const cloudToken: string | undefined = process.env["SOLACE_CLOUD_TOKEN"];
const cloudToken: string | undefined = "SOLACE_CLOUD_TOKEN";
if (!cloudToken) throw new Error(`SOLACE_CLOUD_TOKEN env var missing`);

// Initialize EP CLient
Expand Down

0 comments on commit d9dfaea

Please sign in to comment.