Skip to content

Commit

Permalink
Fix unused variable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
prefiks committed Jul 3, 2024
1 parent b44b130 commit b978a47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/ejabberd_web_admin.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1685,8 +1685,7 @@ make_command2(Name, Request, BaseArguments, Options) ->
TO = proplists:get_value(table_options, Options, {999999, []}),
Style = proplists:get_value(style, Options, normal),
#request{us = {RUser, RServer},
ip = RIp,
host = RHost} =
ip = RIp} =
Request,
CallerInfo =
#{usr => {RUser, RServer, <<"">>},
Expand Down

0 comments on commit b978a47

Please sign in to comment.