diff --git a/lib/pair.js b/lib/pair.js index 4276fe8b..027f80fe 100644 --- a/lib/pair.js +++ b/lib/pair.js @@ -1,4 +1,3 @@ -const path = require('path') const db = require('./db') function pair (token, deviceId) { @@ -22,4 +21,4 @@ function isPaired (deviceId) { .then(() => true) } -module.exports = {totem, pair, unpair, isPaired} +module.exports = {pair, isPaired}