Skip to content

Commit

Permalink
[backend] Add elevation required attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
savacano28 committed Sep 9, 2024
1 parent 2f40b58 commit 1991d7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public void launchExecutorSubprocess(@NotNull final Inject inject, @NotNull fina
assetAgentJob.setAsset(asset);
assetAgentJob.setInject(inject);
assetAgentJob.setElevationRequired(this.isElevationRequired(inject));
assetAgentJobRepository.save(assetAgentJob);
assetAgentJobRepository.save(assetAgentJob);
}

public void launchExecutorClear(@NotNull final Injector injector, @NotNull final Asset asset) {
Expand Down

0 comments on commit 1991d7b

Please sign in to comment.