Skip to content

Commit

Permalink
MWPW-131688: FG support for other drives (#1160)
Browse files Browse the repository at this point in the history
The data will be read and used by the AdobeIO service.
  • Loading branch information
sukamat authored Aug 25, 2023
1 parent fe91f76 commit 6b86cc1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/floodgate/js/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function getParams(project, config) {
fgShareUrl: config.sp.fgShareUrl,
rootFolder: config.sp.rootFolders,
fgRootFolder: config.sp.fgRootFolder,
promoteIgnorePaths: config.promoteIgnorePaths,
promoteIgnorePaths: config.promoteIgnorePaths || [],
driveId: config.sp.driveId || '',
};
}

0 comments on commit 6b86cc1

Please sign in to comment.