Skip to content
Snippets Groups Projects
Verified Commit 92541572 authored by Volker Schukai's avatar Volker Schukai :alien:
Browse files

fix: implementation of interface failes #40

parent 8184ac91
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ func (j *Job[T]) Execute(ctx context.Context) (RunGenericResult, error) {
newLog.ErrorMsg = runnerError.Error()
}
newLog.Result = CheckAndCallGetResult(r.Data)
newLog.Result = CheckAndCallGetResult(&r.Data)
j.logs = append(j.logs, newLog)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment