We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
addedOn
1 parent 79afe74 commit bf5ae82Copy full SHA for bf5ae82
prepare.js
@@ -57,6 +57,7 @@ async function getLink(item) {
57
58
item.dimensions = imageDimensions;
59
item.imageURL = imageLink;
60
+ item.addedOn = item.addedOn ?? new Date().toISOString();
61
item.backgroundColor = await getFallbackColor(imageLink);
62
return item;
63
} catch (err) {
0 commit comments