add sendConfirmed

This commit is contained in:
Josh Harvey 2017-04-19 02:25:08 +03:00
parent 9495aa8424
commit d5aab9dfd0
5 changed files with 39 additions and 14 deletions

View file

@ -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'])