Skip to content

Commit 4610da9

Browse files
Fix: Use TriggerReason_Unset as default value
Co-Authored-By: Chris Li <chris.li.2046@gmail.com>
1 parent bb9927e commit 4610da9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/taskengine/trigger_helper.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ func GetTriggerReasonOrDefault(reason *avsproto.TriggerReason, taskID string, lo
1212

1313
logger.Debug("Creating default trigger reason", "task_id", taskID)
1414
return &avsproto.TriggerReason{
15-
Type: avsproto.TriggerReason_Manual,
15+
Type: avsproto.TriggerReason_Unset,
1616
}
1717
}

0 commit comments

Comments
 (0)