forked from MapComplete/MapComplete
Chore: Remove unused variables
This commit is contained in:
parent
1a415f4815
commit
e68b31e267
42 changed files with 48 additions and 106 deletions
|
@ -133,7 +133,7 @@ export class Mapillary extends ImageProvider {
|
|||
return [this.PrepareUrlAsync(key, value)]
|
||||
}
|
||||
|
||||
public async DownloadAttribution(url: string): Promise<LicenseInfo> {
|
||||
public async DownloadAttribution(_: string): Promise<LicenseInfo> {
|
||||
const license = new LicenseInfo()
|
||||
license.artist = undefined
|
||||
license.license = "CC BY-SA 4.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue