1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 23:02:26 +00:00

remove reference id (#6768)

This commit is contained in:
lian
2024-09-13 17:23:43 +08:00
committed by GitHub
parent f10c7b111c
commit fa56751ab9
6 changed files with 10 additions and 79 deletions

View File

@@ -9,7 +9,6 @@ class SysAdminUser {
this.create_time = object.create_time;
this.is_active = object.is_active;
this.is_staff = object.is_staff;
this.reference_id = object.reference_id;
this.department = object.department;
this.quota_total = object.quota_total;
this.quota_usage = object.quota_usage;