1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +12:00

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 b2d123b7fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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