@veloceapps/sdk 10.0.0-31 → 10.0.0-32

Sign up to get free protection for your applications and to get access to all the features.
@@ -2336,7 +2336,7 @@ class ConfigurationStateService {
2336
2336
  if (!request.actions?.length) {
2337
2337
  return of(undefined);
2338
2338
  }
2339
- let configurationRequest = this.configurationService.generateRequest();
2339
+ let configurationRequest = this.configurationService.generateRequest(false);
2340
2340
  request.actions.forEach(action => {
2341
2341
  configurationRequest = this.executeActionScript(configurationRequest, action) ?? configurationRequest;
2342
2342
  });