fix(shared-drive): add missing field to payload

This commit is contained in:
Rıdvan Akca
2023-05-19 18:39:12 +03:00
committed by Ali BARIN
parent d39c962314
commit 94085f2bc8
7 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const updatedFiles = async ($: IGlobalVariable) => {
if ($.step.parameters.driveId) {
params.includeItemsFromAllDrives = true;
params.corpora = 'drive';
}
do {