Fix build
This commit is contained in:
parent
771c59ab92
commit
3b01e62fbe
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default class GenericImageProvider extends ImageProvider {
|
|||
return undefined;
|
||||
}
|
||||
|
||||
protected DownloadAttribution(url: string) {
|
||||
public DownloadAttribution(url: string) {
|
||||
return undefined
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue