1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-03 10:40:06 +00:00

fixed grammar

This commit is contained in:
Yury Shkoda
2021-02-22 16:16:18 +03:00
committed by GitHub
parent be0fe00076
commit 9344c4fd35

View File

@@ -1249,7 +1249,7 @@ export class SASViyaApiClient {
targetFolderName: string,
accessToken: string
) {
// If target path is existing folder, than keep source folder name, othervise rename it with given target folder name
// If target path is an existing folder, than keep source folder name, othervise rename it with given target folder name
const sourceFolderName = sourceFolder.split('/').pop() as string
const targetFolderDetails = await this.getFolderDetails(
targetParentFolder,