Skip to content

Commit e338ef2

Browse files
committed
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)