Skip to content

Commit

Permalink
Fix logic error preventing settings updates in AdvancedWatchdog
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyberboss committed Nov 18, 2023
1 parent 061f61f commit bd6fbd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ async Task CleanupLingeringDeployment()
else
Logger.LogTrace("Nothing to do as pendingSwappable is null.");

return MonitorAction.Continue;
return await base.HandleNormalReboot(cancellationToken);
}

/// <inheritdoc />
Expand Down

0 comments on commit bd6fbd2

Please sign in to comment.