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

chore(git): merge branch 'master' into update-dependencies

This commit is contained in:
Yury Shkoda
2021-11-01 14:45:38 +03:00
16 changed files with 18349 additions and 2726 deletions

View File

@@ -46,7 +46,7 @@ export async function getAccessToken(
)
.then((res) => res.result as SasAuthResponse)
.catch((err) => {
throw prefixMessage(err, 'Error while getting access token')
throw prefixMessage(err, 'Error while getting access token. ')
})
return authResponse