mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-14 14:21:23 +00:00
[web-api] fix bug when get starred files
This commit is contained in:
@@ -70,6 +70,7 @@ def prepare_starred_files(files):
|
||||
array = []
|
||||
for f in files:
|
||||
sfile = {'org' : f.org_id,
|
||||
'repo' : f.repo.id,
|
||||
'repo_id' : f.repo.id,
|
||||
'repo_name' : f.repo.name,
|
||||
'path' : f.path,
|
||||
|
Reference in New Issue
Block a user