This commit is contained in:
yystopf 2021-10-27 10:00:06 +08:00
parent d0791ee653
commit e6c6e544fe
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ json.identifier project_common["identifier"]
json.description project_common["description"]
json.owner do
json.id project_common["owner_id"]
json type owner_common["type"]
json.type owner_common["type"]
json.name owner_common["name"]
json.login owner_common["login"]
json.avatar_url owner_common["avatar_url"]