Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e338ef2

Browse files
committedApr 24, 2025··
fix(logs): messed args
1 parent 6c4827a commit e338ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎services/tasks/TaskRunner_file_log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
package tasks
44

5-
func appendTaskToFileLog() error {
5+
func appendTaskToFileLog(string) error {
66
return nil
77
}

0 commit comments

Comments
 (0)
Please sign in to comment.