fix channel

This commit is contained in:
anlicheng 2026-02-28 23:50:35 +08:00
parent 3f15398c47
commit 609c067d5b

View File

@ -66,7 +66,7 @@ handle_command([<<"PUBLISH">>, _Channel, Msg]) ->
end,
{reply, encode(1)};
handle_command(Args) ->
handle_command(_) ->
{reply, encode({error, <<"Unsuported Command">>})}.
handle_data(#{<<"database">> := <<"punchnet_v2">>, <<"table">> := <<"identity_policy">>, <<"type">> := <<"insert">>, <<"data">> := Data}) ->