Skip to content

Commit

Permalink
Merge pull request #4343 from apache/fix-undef-replication-body-parse
Browse files Browse the repository at this point in the history
  • Loading branch information
rnewson committed Jan 4, 2023
2 parents f439d4e + 2c1ca11 commit 8e47e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/couch_replicator/src/couch_replicator_parse.erl
Original file line number Diff line number Diff line change
Expand Up @@ -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).

-ifdef(TEST).

Expand Down

0 comments on commit 8e47e71

Please sign in to comment.