fix: async reply arg list
This commit is contained in:
parent
06b1ec862e
commit
8cec62bd87
|
@ -525,4 +525,4 @@ apply_template(Query, Templates) ->
|
||||||
{error, failed_to_apply_sql_template}.
|
{error, failed_to_apply_sql_template}.
|
||||||
|
|
||||||
do_async_reply(Result, {ReplyFun, Args}) ->
|
do_async_reply(Result, {ReplyFun, Args}) ->
|
||||||
erlang:apply(ReplyFun, Args ++ Result).
|
erlang:apply(ReplyFun, Args ++ [Result]).
|
||||||
|
|
Loading…
Reference in New Issue