v3: Correctly handle tasks that have no output when resuming
This commit is contained in:
@@ -786,7 +786,7 @@ class SharedQueueTasks {
|
||||
const success: TaskRunSuccessfulExecutionResult = {
|
||||
ok,
|
||||
id: attempt.friendlyId,
|
||||
output: attempt.output ?? "",
|
||||
output: attempt.output ?? undefined,
|
||||
outputType: attempt.outputType,
|
||||
};
|
||||
return success;
|
||||
|
||||
Reference in New Issue
Block a user