fix(shared-drive): add missing field to payload
This commit is contained in:
@@ -24,6 +24,7 @@ const updatedFiles = async ($: IGlobalVariable) => {
|
||||
|
||||
if ($.step.parameters.driveId) {
|
||||
params.includeItemsFromAllDrives = true;
|
||||
params.corpora = 'drive';
|
||||
}
|
||||
|
||||
do {
|
||||
|
Reference in New Issue
Block a user