Fixing saveusersettings
This commit is contained in:
parent
2fa73e1195
commit
c836a28a97
1 changed files with 1 additions and 1 deletions
|
@ -357,7 +357,7 @@ export class LemmyHttp {
|
|||
return this.wrapper(HttpType.Post, '/user/mark_all_as_read', form);
|
||||
}
|
||||
|
||||
async savePersonSettings(form: SaveUserSettings): Promise<LoginResponse> {
|
||||
async saveUserSettings(form: SaveUserSettings): Promise<LoginResponse> {
|
||||
return this.wrapper(HttpType.Put, '/user/save_user_settings', form);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue