pl-api: lint

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-21 20:20:21 +02:00
parent a78533e763
commit 0a481c0a8b

View File

@ -514,7 +514,7 @@ class PlApiClient {
body: {
username: params.username,
password: params.password,
}
},
})).json;
this.#iceshrimpAccessToken = loginResponse.token;
@ -5785,7 +5785,7 @@ class PlApiClient {
if (this.features.version.software === ICESHRIMP_NET) {
this.#iceshrimpAccessToken = await this.settings.authorizeIceshrimp();
}
}
};
get accessToken(): string | undefined {
return this.#accessToken;