pl-api release

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-01-24 21:47:33 +01:00
parent f0067cf9d6
commit 2036c10fd2
2 changed files with 2 additions and 1 deletions

View File

@ -336,6 +336,7 @@ class PlApiClient {
}: PlApiClientConstructorOpts = {}) {
this.baseURL = baseURL;
this.#accessToken = accessToken;
this.#customAuthorizationToken = customAuthorizationToken;
if (instance) {
this.#setInstance(instance);