Skip to content

Commit

Permalink
Fixes prune reference
Browse files Browse the repository at this point in the history
Resolves brave#11835

Auditors:

Test Plan:
  • Loading branch information
NejcZdovc authored and syuan100 committed Nov 9, 2017
1 parent d19cb61 commit 0434d1f
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 0434d1f

Please sign in to comment.