forked from MapComplete/MapComplete
Chore: linting
This commit is contained in:
parent
4625ad9a5c
commit
097141f944
307 changed files with 5346 additions and 2147 deletions
|
@ -167,7 +167,7 @@ export class Mapillary extends ImageProvider {
|
|||
const url_hd = <string>response["thumb_original_url"]
|
||||
const date = new Date()
|
||||
date.setTime(response["captured_at"])
|
||||
return <ProvidedImage> {
|
||||
return <ProvidedImage>{
|
||||
id: "" + mapillaryId,
|
||||
url,
|
||||
url_hd,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue