add sendConfirmed
This commit is contained in:
parent
9495aa8424
commit
d5aab9dfd0
5 changed files with 39 additions and 14 deletions
|
|
@ -2,9 +2,9 @@ const _ = require('lodash/fp')
|
|||
|
||||
const db = require('../db')
|
||||
const config = require('./config')
|
||||
const pu = require('../plugin-helper')
|
||||
const ph = require('../plugin-helper')
|
||||
|
||||
const schemas = pu.loadSchemas()
|
||||
const schemas = ph.loadSchemas()
|
||||
|
||||
function fetchAccounts () {
|
||||
return db.oneOrNone('select data from user_config where type=$1', ['accounts'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue