1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 12:30:06 +00:00

chore(delete-context): add punctuation to error message

This commit is contained in:
Krishna Acondy
2020-09-08 18:55:30 +01:00
parent 58d69a62d6
commit 7a1cce193e

View File

@@ -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 = {