Fixing repl options.
This commit is contained in:
parent
5f49d71b8b
commit
6243186db5
|
@ -41,7 +41,7 @@ export async function syncApp(
|
|||
replOpts.filter = (doc: any) =>
|
||||
doc._id.startsWith(dbCore.DocumentType.AUTOMATION)
|
||||
}
|
||||
await replication.replicate()
|
||||
await replication.replicate(replOpts)
|
||||
} catch (err) {
|
||||
error = err
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue