allow eggs to have a release date

# Conflicts:
#	test/content/armoire.test.js
This commit is contained in:
Phillip Thelen
2024-06-10 14:11:38 +02:00
parent 16551ec83f
commit 89a3ac3dde
10 changed files with 143 additions and 86 deletions
@@ -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();