fix channel
This commit is contained in:
parent
3f15398c47
commit
609c067d5b
@ -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}) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user