mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-26 06:11:14 +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`
|
* `HTTP.GET /user/export_settings`
|
||||||
*/
|
*/
|
||||||
exportSettings() {
|
exportSettings() {
|
||||||
return this.#wrapper<object, any>(
|
return this.#wrapper<object, string>(
|
||||||
HttpType.Get,
|
HttpType.Get,
|
||||||
"/user/export_settings",
|
"/user/export_settings",
|
||||||
{},
|
{},
|
||||||
|
|
Loading…
Reference in a new issue