diff --git a/src/http.ts b/src/http.ts index ae5f959c..5859908d 100644 --- a/src/http.ts +++ b/src/http.ts @@ -243,7 +243,7 @@ export class LemmyHttp { * `HTTP.GET /user/export_settings` */ exportSettings() { - return this.#wrapper( + return this.#wrapper( HttpType.Get, "/user/export_settings", {},