Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11837 from NejcZdovc/hotfix/#11835-prune
Browse files Browse the repository at this point in the history
Fixes prune reference
  • Loading branch information
bbondy committed Nov 8, 2017
1 parent 22b1d8c commit 71ea8c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/browser/api/ledger.js
Original file line number Diff line number Diff line change
Expand Up @@ -2490,7 +2490,8 @@ const getMethods = () => {
deleteSynopsis,
transitionWalletToBat,
getNewClient,
savePublisherData
savePublisherData,
pruneSynopsis
}

let privateMethods = {}
Expand All @@ -2514,7 +2515,6 @@ const getMethods = () => {
client = data
},
synopsisNormalizer,
pruneSynopsis,
checkVerifiedStatus
}
}
Expand Down

0 comments on commit 71ea8c2

Please sign in to comment.