mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
allow eggs to have a release date
This commit is contained in:
@@ -33,6 +33,10 @@ 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