Skip to content

Commit a5d53f9

Browse files
committed
fix
1 parent 8bd688b commit a5d53f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/pub/pub.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,12 +216,12 @@ function m.task(name, params, callback)
216216
end
217217

218218
function m.reciveFromPad(brave)
219-
local suc, name, id, result = brave.replyCh:pop()
219+
local suc, name, result = brave.replyCh:pop()
220220
if not suc then
221221
return false
222222
end
223223
if type(name) == 'string' then
224-
m.popReport(brave, name, id)
224+
m.popReport(brave, name, result)
225225
else
226226
m.popTask(brave, name, result)
227227
end

0 commit comments

Comments
 (0)