fix
This commit is contained in:
parent
52b76b3022
commit
3d39e0e7bd
@ -382,7 +382,7 @@ code_change(_OldVsn, StateName, State = #state{}, _Extra) ->
|
||||
%%%===================================================================
|
||||
|
||||
convert_fields(#{<<"key">> := Key, <<"value">> := Value, <<"unit">> := Unit}) ->
|
||||
#{Key => jiffy:encode(#{<<"value">> => Value, <<"unit">> := Unit}, [force_utf8])};
|
||||
#{Key => jiffy:encode(#{<<"value">> => Value, <<"unit">> => Unit}, [force_utf8])};
|
||||
convert_fields(#{<<"key">> := Key, <<"value">> := Value}) ->
|
||||
#{Key => Value}.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user