mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-19 07:37:25 +01:00
move _nodeEnv setup into master
This commit is contained in:
@@ -55,7 +55,7 @@ module.exports = function(expressApp, root, derby) {
|
||||
model.at('_habitList').push({
|
||||
id: taskId,
|
||||
type: 'habit',
|
||||
text: (title || taskId) + ' *',
|
||||
text: title || taskId,
|
||||
value: 0,
|
||||
up: true,
|
||||
down: true,
|
||||
|
||||
Reference in New Issue
Block a user