mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-17 17:10:05 +00:00
fixed grammar
This commit is contained in:
@@ -1249,7 +1249,7 @@ export class SASViyaApiClient {
|
|||||||
targetFolderName: string,
|
targetFolderName: string,
|
||||||
accessToken: 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 sourceFolderName = sourceFolder.split('/').pop() as string
|
||||||
const targetFolderDetails = await this.getFolderDetails(
|
const targetFolderDetails = await this.getFolderDetails(
|
||||||
targetParentFolder,
|
targetParentFolder,
|
||||||
|
|||||||
Reference in New Issue
Block a user