WIP
This commit is contained in:
parent
defb8d0f34
commit
d79a931f02
3 changed files with 7 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ const pify = require('pify')
|
|||
const readFile = pify(fs.readFile)
|
||||
const db = require('./db')
|
||||
|
||||
const CA_PATH = path.resolve(__dirname, '..', 'ca-cert.pem')
|
||||
const CA_PATH = path.resolve(__dirname, '..', 'certs', 'ca-cert.pem')
|
||||
|
||||
function pullToken (token) {
|
||||
const sql = `delete from pairing_tokens
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue