From cc594eca521b53cab30adfb8c1f3ef9fb13a370c Mon Sep 17 00:00:00 2001 From: Yury Shkoda Date: Sat, 23 Jan 2021 09:45:42 +0300 Subject: [PATCH] chore(SASViyaApiClient): fixed typo --- src/SASViyaApiClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SASViyaApiClient.ts b/src/SASViyaApiClient.ts index 0232e6f..25872ef 100644 --- a/src/SASViyaApiClient.ts +++ b/src/SASViyaApiClient.ts @@ -1307,7 +1307,7 @@ export class SASViyaApiClient { throw prefixMessage( err, - 'There was an error while fetching folder children' + 'There was an error while fetching folder children.' ) })