Fix: wrong bind on db.taskEx

This commit is contained in:
csrapr 2021-02-25 19:03:50 +00:00 committed by Josh Harvey
parent 440b8e7f61
commit 178f2dafde
2 changed files with 3 additions and 5 deletions

View file

@ -1,6 +1,6 @@
const getSchema = () => 'public'
const getDefaultSchema = () => 'public2'
const getDefaultSchema = () => 'public'
const any = (obj, query, variables) => {
const schema = getSchema()