mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +01:00
Revert "allow eggs to have a release date"
This reverts commit 6d13a257dd.
This commit is contained in:
@@ -33,10 +33,6 @@ const memoize = fn => {
|
||||
identifier = config.identifier;
|
||||
}
|
||||
}
|
||||
|
||||
if (identifier.length === 0) {
|
||||
identifier = args.filter(arg => typeof arg === 'string').join('-');
|
||||
}
|
||||
}
|
||||
if (!checkedDate) {
|
||||
checkedDate = new Date();
|
||||
|
||||
Reference in New Issue
Block a user