mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-06 04:00:05 +00:00
style: lint
This commit is contained in:
@@ -1341,7 +1341,10 @@ export class SASViyaApiClient {
|
||||
const sourceFolderUri = await this.getFolderUri(sourceFolder, accessToken)
|
||||
|
||||
// checks if 'targetParentFolder' is already a URI
|
||||
const targetParentFolderUri = await this.getFolderUri(targetParentFolder, accessToken)
|
||||
const targetParentFolderUri = await this.getFolderUri(
|
||||
targetParentFolder,
|
||||
accessToken
|
||||
)
|
||||
|
||||
const sourceFolderId = sourceFolderUri?.split('/').pop()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user