forked from MapComplete/MapComplete
Chore: housekeeping, linting
This commit is contained in:
parent
f942529755
commit
30d00eb06d
74 changed files with 998 additions and 623 deletions
|
@ -50,10 +50,10 @@
|
|||
let license: LicenseInfo = {
|
||||
artist: image.author,
|
||||
license: image.license,
|
||||
informationLocation: (image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl),
|
||||
date
|
||||
informationLocation: image.detailsUrl ?? image.pictureUrl ?? image.thumbUrl,
|
||||
date,
|
||||
}
|
||||
|
||||
|
||||
let providedImage: ProvidedImage = {
|
||||
url: image.thumbUrl ?? image.pictureUrl,
|
||||
url_hd: image.pictureUrl,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue