mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
6 lines
160 B
JavaScript
6 lines
160 B
JavaScript
// TODO move to /api-v2
|
|
var api = module.exports;
|
|
|
|
api.sendNotify = function(user, title, msg, timeToLive){
|
|
// Disabled, see libs/api-v3/pushNotifications
|
|
};
|