Merge pull request #828 from Budibase/bug/remove-replicate
Minor bug - replicateLocal was still enabled
This commit is contained in:
commit
b2d123b7fa
|
@ -38,6 +38,6 @@ function replicateLocal() {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
replicateLocal()
|
//replicateLocal()
|
||||||
|
|
||||||
module.exports = Pouch
|
module.exports = Pouch
|
||||||
|
|
Loading…
Reference in New Issue