mirror of
https://github.com/gristlabs/grist-core.git
synced 2024-10-27 20:44:07 +00:00
rename variable to avoid shadowing another (#712)
This fixes a small lint issue in some widget bundling code.
This commit is contained in:
parent
cc6265eebf
commit
6059bdcf66
@ -209,8 +209,8 @@ class CachedWidgetRepository extends WidgetRepositoryImpl {
|
||||
return list;
|
||||
}
|
||||
|
||||
public testOverrideUrl(url: string) {
|
||||
super.testOverrideUrl(url);
|
||||
public testOverrideUrl(overrideUrl: string) {
|
||||
super.testOverrideUrl(overrideUrl);
|
||||
this._cache.reset();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user