From c88c44f8669f23a78dc79aa78bd650a573565dc9 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 9 Dec 2019 11:08:40 +0100 Subject: list ios tokens --- lib/okpush/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/okpush/index.js') diff --git a/lib/okpush/index.js b/lib/okpush/index.js index 9835885b..a92ef97f 100644 --- a/lib/okpush/index.js +++ b/lib/okpush/index.js @@ -104,7 +104,7 @@ function OKPush (options) { }) router.get('/list', function(req, res){ - db.getAllTokens(req.query.channel || 'hub', function(err, hubz){ + db.getAllIOSTokens(req.query.channel || 'hub', function(err, hubz){ res.json(hubz) }) }) -- cgit v1.2.3-70-g09d2