mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
change references to imported libs
This commit is contained in:
@@ -3,7 +3,7 @@ import refPush from '../libs/refPush';
|
||||
module.exports = function(user, req, cb) {
|
||||
var wh;
|
||||
wh = user.preferences.webhooks;
|
||||
api.refPush(wh, {
|
||||
refPush(wh, {
|
||||
url: req.body.url,
|
||||
enabled: req.body.enabled || true,
|
||||
id: req.body.id
|
||||
|
||||
Reference in New Issue
Block a user