Skip to content

Commit bc374af

Browse files
committed
Fixes 'spo list set' eslint rule failure
1 parent f508e03 commit bc374af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/m365/spo/commands/list/list-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ class SpoListSetCommand extends SpoCommand {
259259
actions += `<SetProperty Id="${nextActionId++}" ObjectPathId="${versionPoliciesId}" Name="DefaultTrimMode"><Parameter Type="Int32">0</Parameter></SetProperty>`;
260260
}
261261

262-
actions += `<Method Name="Update" Id="${nextActionId++}" ObjectPathId="${listObjectPathId}" />`;
262+
actions += `<Method Name="Update" Id="${nextActionId}" ObjectPathId="${listObjectPathId}" />`;
263263

264264
const csomRequestOptions: CliRequestOptions = {
265265
url: `${options.webUrl}/_vti_bin/client.svc/ProcessQuery`,

0 commit comments

Comments
 (0)