fix: add manyOrNone to db functions

This commit is contained in:
José Oliveira 2021-09-01 13:49:07 +01:00 committed by Josh Harvey
parent 00875f06e8
commit bad3d291ca

View file

@ -17,6 +17,7 @@ const stripDefaultDbFuncs = dbCtx => {
one: dbCtx.$one, one: dbCtx.$one,
none: dbCtx.$none, none: dbCtx.$none,
any: dbCtx.$any, any: dbCtx.$any,
manyOrNone: dbCtx.$manyOrNone,
tx: dbCtx.$tx, tx: dbCtx.$tx,
task: dbCtx.$task, task: dbCtx.$task,
batch: dbCtx.batch batch: dbCtx.batch