fix: batch function missing

This commit is contained in:
Taranto 2021-07-22 11:38:29 +01:00 committed by Josh Harvey
parent ba4117173e
commit 8753ea081b
2 changed files with 4 additions and 4 deletions

View file

@ -18,7 +18,8 @@ const stripDefaultDbFuncs = dbCtx => {
none: dbCtx.$none,
any: dbCtx.$any,
tx: dbCtx.$tx,
task: dbCtx.$task
task: dbCtx.$task,
batch: dbCtx.batch
}
}