chore(auth-http): remove needless lines

This commit is contained in:
JianBo He 2021-01-27 17:46:00 +08:00 committed by Rory Z
parent eaa7394554
commit b77ac247eb
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ feedvar(Params, ClientInfo = #{clientid := ClientId,
({Param, "%A"}) -> {Param, maps:get(access, ClientInfo, null)}; ({Param, "%A"}) -> {Param, maps:get(access, ClientInfo, null)};
({Param, "%t"}) -> {Param, maps:get(topic, ClientInfo, null)}; ({Param, "%t"}) -> {Param, maps:get(topic, ClientInfo, null)};
({Param, "%m"}) -> {Param, maps:get(mountpoint, ClientInfo, null)}; ({Param, "%m"}) -> {Param, maps:get(mountpoint, ClientInfo, null)};
({Param, "%k"}) -> {Param, emqx_json:encode(maps:get(ws_cookie, ClientInfo, null))};
({Param, Var}) -> {Param, Var} ({Param, Var}) -> {Param, Var}
end, Params). end, Params).