mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 12:21:12 +00:00
parent
5d29352776
commit
b2b290b69b
1 changed files with 1 additions and 1 deletions
|
@ -243,7 +243,7 @@ export class LemmyHttp {
|
|||
* `HTTP.GET /user/export_settings`
|
||||
*/
|
||||
exportSettings() {
|
||||
return this.#wrapper<object, any>(
|
||||
return this.#wrapper<object, string>(
|
||||
HttpType.Get,
|
||||
"/user/export_settings",
|
||||
{},
|
||||
|
|
Loading…
Reference in a new issue