diff options
| author | Jules Laplace <jules@okfoc.us> | 2017-03-02 22:21:18 +0100 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2017-03-02 22:21:18 +0100 |
| commit | d6b9f104a640c237b2e2eb364fbbe9cfeb843ec2 (patch) | |
| tree | 68505b351b4dc78967e63204fd00b821db86fecd /lib/okpush | |
| parent | 9dba1c0ed884af905d208fb30fc84c33f5e80e6a (diff) | |
module
Diffstat (limited to 'lib/okpush')
| -rw-r--r-- | lib/okpush/db.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/okpush/db.js b/lib/okpush/db.js index 4e6c2ee1..09a2c3aa 100644 --- a/lib/okpush/db.js +++ b/lib/okpush/db.js @@ -149,7 +149,7 @@ function getNotifications (cb) { /* wrap functions for some reason */ -var exports = module.exports = { +module.exports = { init: init, addToken: addToken, removeToken: removeToken, |
