style: fix variable name style

This commit is contained in:
Kjell Winblad 2023-04-18 10:32:37 +02:00
parent 8836011310
commit 8a3fccb330
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ create_mapping_of_references_to_tuple_values(Message) ->
Ref0 = emqx_guid:to_hexstr(emqx_guid:gen()),
Ref = <<"MONGO_DATE_REF_", Ref0/binary>>,
maps:put(Ref, Value, TupleMap);
(_key, _value, TupleMap) ->
(_Key, _Value, TupleMap) ->
TupleMap
end,
#{},