mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 06:11:14 +00:00
DERP, forgot to actually set #fetchFunction
This commit is contained in:
parent
44288b92ee
commit
6ea0d653c4
1 changed files with 3 additions and 0 deletions
|
@ -168,6 +168,9 @@ export class LemmyHttp {
|
||||||
if (options?.headers) {
|
if (options?.headers) {
|
||||||
this.#headers = options.headers;
|
this.#headers = options.headers;
|
||||||
}
|
}
|
||||||
|
if (options?.fetchFunction) {
|
||||||
|
this.#fetchFunction = options.fetchFunction;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue