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:11:44 UTC

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

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


##########
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:
   go right ahead.



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