aboutsummaryrefslogtreecommitdiff
path: root/internal/db/actions.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/db/actions.go')
-rw-r--r--internal/db/actions.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/db/actions.go b/internal/db/actions.go
index b0a96b80..b7f0cca9 100644
--- a/internal/db/actions.go
+++ b/internal/db/actions.go
@@ -943,7 +943,7 @@ func (pcs *PushCommits) APIFormat(ctx context.Context, usersStore UsersStore, re
// avatars, and falls back to general avatar link.
//
// FIXME: This method does not belong to PushCommits, should be a pure template
-// function.
+// function.
func (pcs *PushCommits) AvatarLink(email string) string {
_, ok := pcs.avatars[email]
if !ok {