Merge pull request #828 from Budibase/bug/remove-replicate

Minor bug - replicateLocal was still enabled
This commit is contained in:
Michael Drury 2020-11-06 19:30:12 +00:00 committed by GitHub
commit 9b1b9361c2
1 changed files with 1 additions and 1 deletions

View File

@ -38,6 +38,6 @@ function replicateLocal() {
})
}
replicateLocal()
//replicateLocal()
module.exports = Pouch