davisp commented on a change in pull request #2349: Prototype/fdb layer delete 
attachments
URL: https://github.com/apache/couchdb/pull/2349#discussion_r356152174
 
 

 ##########
 File path: src/fabric/src/fabric2_util.erl
 ##########
 @@ -124,6 +126,20 @@ validate_json_list_of_strings(Member, Props) ->
     end.
 
 
+hash_atts([]) ->
+    <<>>;
+
+hash_atts(Atts) ->
+    lists:sort(fun(A, B) ->
 
 Review comment:
   You sure are! Fixed now.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to