Skip to content

Commit

Permalink
Set repo_type when convert repo
Browse files Browse the repository at this point in the history
  • Loading branch information
杨赫然 committed Jun 20, 2024
1 parent cd9bae2 commit c97a600
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/rpc-service.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ convert_repo (SeafRepo *r)
"repo_id", r->id, "repo_name", r->name,
"repo_desc", r->desc, "last_modified", r->last_modify,
"status", r->status,
"repo_type", r->type,
NULL);

#ifdef SEAFILE_SERVER
Expand Down

0 comments on commit c97a600

Please sign in to comment.