Skip to content

Commit a5d1ac5

Browse files
committed
innocuous change to force a rebuild
1 parent ed14186 commit a5d1ac5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

supervisor/shared/workflow.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ void supervisor_workflow_reset(void) {
4545
bool result = supervisor_start_web_workflow();
4646
if (result) {
4747
if (!workflow_background_cb.fun) {
48+
// Enable background callbacks if web_workflow startup successful.
4849
workflow_background_cb.fun = supervisor_web_workflow_background;
4950
}
5051
supervisor_workflow_request_background();

0 commit comments

Comments
 (0)