mirror of
https://github.com/Sonarr/Sonarr
synced 2025-12-06 16:32:24 +01:00
eslint
This commit is contained in:
parent
090cdc364e
commit
b60d4f46d2
1 changed files with 1 additions and 1 deletions
|
|
@ -77,7 +77,7 @@ class ResourceApi {
|
||||||
fetch(url, options) {
|
fetch(url, options) {
|
||||||
return this.api.fetch(`${this.url}${url}`, options);
|
return this.api.fetch(`${this.url}${url}`, options);
|
||||||
}
|
}
|
||||||
};
|
}
|
||||||
|
|
||||||
class ConsoleApi {
|
class ConsoleApi {
|
||||||
constructor() {
|
constructor() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue