You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2023/01/04 17:10:09 UTC

[GitHub] [couchdb] jaydoane commented on a diff in pull request #4343: fix undef when parsing replication doc body

jaydoane commented on code in PR #4343:
URL: https://github.com/apache/couchdb/pull/4343#discussion_r1061704641


##########
src/couch_replicator/src/couch_replicator_parse.erl:
##########
@@ -490,7 +490,7 @@ get_json_value(Key, Obj) ->
     couch_replicator_utils:get_json_value(Key, Obj).
 
 get_json_value(Key, Obj, Default) ->
-    couch_replicator_util:get_json_value(Key, Obj, Default).
+    couch_replicator_utils:get_json_value(Key, Obj, Default).

Review Comment:
   Can we add a test for this as well?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org