fix: batch function missing
This commit is contained in:
parent
ba4117173e
commit
8753ea081b
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue