Skip to content

Commit

Permalink
Merge pull request #30 from Gateway-DAO/feat/esm-cjs-builds
Browse files Browse the repository at this point in the history
feat: making sure we get a release
  • Loading branch information
Siddharth9890 authored Jan 30, 2024
2 parents 575b63e + 776a7b5 commit e645c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Gateway.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export class Gateway {
token: string;
url: string;
}) {
if (!apiKey && !token) throw new Error('No token found');
if (!apiKey && !token) throw new Error('No token found!');
this.sdk = getMeshSDK({
apiKey,
token,
Expand Down

0 comments on commit e645c6b

Please sign in to comment.