From 776a7b5e6c1104f16849cdb3c57bee4c10579afa Mon Sep 17 00:00:00 2001 From: Siddharth9890 Date: Tue, 30 Jan 2024 15:26:46 +0530 Subject: [PATCH] feat: making sure we get a release --- src/Gateway.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gateway.ts b/src/Gateway.ts index 6cf59be..0b0c3a0 100644 --- a/src/Gateway.ts +++ b/src/Gateway.ts @@ -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,