mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-08 02:10:24 +00:00
repair bug (#3272)
This commit is contained in:
@@ -19,6 +19,7 @@ class RepoInfo {
|
||||
this.has_been_shared_out = object.has_been_shared_out;
|
||||
this.encrypted = object.encrypted;
|
||||
this.lib_need_decrypt = object.lib_need_decrypt;
|
||||
this.last_modified= object.last_modified;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user