Browse Source

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

Minor bug - replicateLocal was still enabled
gh-pages
Michael Drury 6 years ago
committed by GitHub
parent
commit
b2d123b7fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      packages/server/src/db/client.js

2
packages/server/src/db/client.js

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

Loading…
Cancel
Save