We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f508e03 commit bc374afCopy full SHA for bc374af
1 file changed
src/m365/spo/commands/list/list-set.ts
@@ -259,7 +259,7 @@ class SpoListSetCommand extends SpoCommand {
259
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultTrimMode"><Parameter Type="Int32">0</Parameter></SetProperty>`;
260
}
261
262
- actions += `<Method Name="Update" Id="${nextActionId++}" ObjectPathId="${listObjectPathId}" />`;
+ actions += `<Method Name="Update" Id="${nextActionId}" ObjectPathId="${listObjectPathId}" />`;
263
264
const csomRequestOptions: CliRequestOptions = {
265
url: `${options.webUrl}/_vti_bin/client.svc/ProcessQuery`,
0 commit comments