Skip to content

Commit

Permalink
[#182] @gadgetci comments
Browse files Browse the repository at this point in the history
  • Loading branch information
elbrujohalcon committed Aug 28, 2015
1 parent a226367 commit 37c458c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sumo_store_elasticsearch.erl
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,6 @@ normalize_fields(Doc) ->
maps:put(K, iso8601:format({FieldValue, {0, 0, 0}}), AccDoc);
({K, {{_, _, _}, {_, _, _}} = FieldValue}, AccDoc) ->
maps:put(K, iso8601:format(FieldValue), AccDoc);
({K, _FieldValue}, AccDoc) ->
({_K, _FieldValue}, AccDoc) ->
AccDoc
end, Doc, FieldList).

0 comments on commit 37c458c

Please sign in to comment.