mirror of
https://github.com/certd/certd.git
synced 2026-08-02 19:10:15 +08:00
chore: log add
This commit is contained in:
@@ -129,6 +129,7 @@ export class UserSettingsController extends CrudController<UserSettingsService>
|
||||
entity.userId = userId;
|
||||
entity.setting = JSON.stringify({ preferences });
|
||||
await this.service.save(entity);
|
||||
this.auditLog({ content: "保存了用户偏好设置" });
|
||||
return this.ok({});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user