Skip to content

Commit

Permalink
require dc map
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldjeffrey committed Aug 22, 2023
1 parent dc7287b commit e7ab78b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apis/router_console_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ event(Device, Map) ->
fcnt => maps:get(fcnt, Map),
hotspot => maps:get(hotspot, Map),
hold_time => maps:get(hold_time, Map),
dc => maps:get(dc, Map, #{})
dc => maps:get(dc, Map)
};
{uplink_dropped, _SC} ->
#{
Expand Down

0 comments on commit e7ab78b

Please sign in to comment.