chore: automated housekeeping...

This commit is contained in:
Pieter Vander Vennet 2025-05-03 23:48:35 +02:00
parent 612e71a4b6
commit 511d20eb34
245 changed files with 43884 additions and 8661 deletions

View file

@ -41,7 +41,7 @@
artist: image.author,
license: image.license,
date: new Date(image.date),
informationLocation: image.detailsUrl
informationLocation: image.detailsUrl,
}
let providedImage: ProvidedImage = {
url: image.thumbUrl ?? image.pictureUrl,
@ -51,7 +51,7 @@
date: new Date(image.date),
id: Object.values(image.osmTags)[0],
isSpherical: image.details.isSpherical,
license
license,
}
async function applyLink(isLinked: boolean) {