mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
chore: fix const
This commit is contained in:
@@ -1329,7 +1329,7 @@ export class SASViyaApiClient {
|
||||
) {
|
||||
// If target path is existing folder, than keep source folder name, othervise rename it with given target folder name
|
||||
const sourceFolderName = sourceFolder.split('/').pop() as string
|
||||
let targetFolderDetails = await this.getFolderDetails(
|
||||
const targetFolderDetails = await this.getFolderDetails(
|
||||
targetParentFolder,
|
||||
accessToken
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user