mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 15:48:04 +01:00
try going back to underscore and node.clone, heroku doesn't like lodash
This commit is contained in:
@@ -7,7 +7,7 @@ schema = require('../app/schema');
|
||||
|
||||
content = require('../app/content');
|
||||
|
||||
_ = require('lodash');
|
||||
_ = require('underscore');
|
||||
|
||||
req = void 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user