mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-05-23 22:27:06 +00:00
7 lines
160 B
JavaScript
7 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
|
||
|
|
};
|