aboutsummaryrefslogtreecommitdiff
path: root/internal/route/api/v1/convert/convert.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/route/api/v1/convert/convert.go')
-rw-r--r--internal/route/api/v1/convert/convert.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/route/api/v1/convert/convert.go b/internal/route/api/v1/convert/convert.go
index bf5aabbd..04d4df33 100644
--- a/internal/route/api/v1/convert/convert.go
+++ b/internal/route/api/v1/convert/convert.go
@@ -120,7 +120,7 @@ func ToDeployKey(apiLink string, key *db.DeployKey) *api.DeployKey {
func ToOrganization(org *db.User) *api.Organization {
return &api.Organization{
ID: org.ID,
- AvatarUrl: org.AvatarLink(),
+ AvatarUrl: org.AvatarURL(),
UserName: org.Name,
FullName: org.FullName,
Description: org.Description,