mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 09:00:06 +00:00
chore(delete-context): add punctuation to error message
This commit is contained in:
@@ -270,7 +270,7 @@ export class SASViyaApiClient {
|
|||||||
*/
|
*/
|
||||||
public async deleteContext(contextId: string, accessToken?: string) {
|
public async deleteContext(contextId: string, accessToken?: string) {
|
||||||
if (!contextId) {
|
if (!contextId) {
|
||||||
throw new Error('Invalid context ID')
|
throw new Error('Invalid context ID.')
|
||||||
}
|
}
|
||||||
|
|
||||||
const headers: any = {
|
const headers: any = {
|
||||||
|
|||||||
Reference in New Issue
Block a user