Skip to content

Commit

Permalink
Enable/disable user task based on addon run config
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed May 26, 2022
1 parent 3d24381 commit 7b281a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ object OAddons {
UserTask(
runConfigId,
scheduledAddonTaskName,
true,
runConfig.enabled,
timer,
s"Running scheduled addon task ${runConfig.name}".some,
ScheduledAddonTaskArgs(collective, runConfigId)
Expand Down

0 comments on commit 7b281a0

Please sign in to comment.