fix: valid response from start_job
All checks were successful
/ test (push) Successful in 59s

This commit is contained in:
LordMZTE 2024-08-23 17:29:56 +02:00
parent e6795955c0
commit 9ffb0e3b3d
Signed by: LordMZTE
GPG key ID: B64802DC33A64FF6

View file

@ -160,10 +160,10 @@ fn getDataECallCb(udata: ?*anyopaque, res: nu.proto.EngineCallResponse) !void {
try estate.state.setGCDisabled(estate.con, true);
try estate.con.sendMessage(.{ .CallResponse = .{ estate.id, .{
.PipelineData = .{ .Value = nu.proto.Value{ .Int = .{
.PipelineData = .{ .Value = .{ nu.proto.Value{ .Int = .{
.val = pid,
.span = estate.span,
} } },
} }, null } },
} } });
}
}