Revert "allow eggs to have a release date"

This reverts commit 6d13a257dd.
This commit is contained in:
Phillip Thelen
2024-06-11 18:19:11 +02:00
parent 544d67e7e5
commit b83f62bd82
11 changed files with 97 additions and 153 deletions

View File

@@ -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();