DERP, forgot to actually set #fetchFunction

This commit is contained in:
Gingka/Ginger Pepper 2023-06-14 21:45:11 -04:00
parent 44288b92ee
commit 6ea0d653c4
No known key found for this signature in database
GPG key ID: 5F47E26A5D221AEC

View file

@ -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;
}
} }
/** /**