Skip to content

Commit

Permalink
Revert "fix jsonpatch warning:"
Browse files Browse the repository at this point in the history
This reverts commit 918b67d.
  • Loading branch information
mlapshin committed May 30, 2017
1 parent 918b67d commit 178ae1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plv8.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ coerse = (x)->
x

execute = ->
client.querySync.applyPatch(client, arguments).map (x) ->
client.querySync.apply(client, arguments).map (x) ->
obj = {}
for k of x
if x[k] && typeof x[k] == 'object'
Expand Down

0 comments on commit 178ae1c

Please sign in to comment.