From 7a1cce193efe1650da0de197634d39121a3b6d18 Mon Sep 17 00:00:00 2001 From: Krishna Acondy Date: Tue, 8 Sep 2020 18:55:30 +0100 Subject: [PATCH] chore(delete-context): add punctuation to error message --- src/SASViyaApiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index e1a222a..2d4f3c5 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -270,7 +270,7 @@ export class SASViyaApiClient { */ public async deleteContext(contextId: string, accessToken?: string) { if (!contextId) { - throw new Error('Invalid context ID') + throw new Error('Invalid context ID.') } const headers: any = {