This commit is contained in:
Felix Ableitner 2024-11-28 12:08:15 +01:00
parent a848f909da
commit aba75f7f32

View file

@ -282,7 +282,7 @@ export class LemmyHttp {
getMyUser(options?: RequestOptions) { getMyUser(options?: RequestOptions) {
return this.#wrapper<object, MyUserInfo>( return this.#wrapper<object, MyUserInfo>(
HttpType.Get, HttpType.Get,
"/account/settings", "/account/my_user",
{}, {},
options, options,
); );