fix: async reply arg list

This commit is contained in:
JimMoen 2023-04-14 12:41:34 +08:00
parent 06b1ec862e
commit 8cec62bd87
No known key found for this signature in database
GPG Key ID: 87A520B4F76BA86D
1 changed files with 1 additions and 1 deletions

View File

@ -525,4 +525,4 @@ apply_template(Query, Templates) ->
{error, failed_to_apply_sql_template}.
do_async_reply(Result, {ReplyFun, Args}) ->
erlang:apply(ReplyFun, Args ++ Result).
erlang:apply(ReplyFun, Args ++ [Result]).