Skip to content

Commit

Permalink
feat: add notification count
Browse files Browse the repository at this point in the history
  • Loading branch information
nobe4 committed May 22, 2024
1 parent 6cecb86 commit 73f0721
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/notifications/notifications.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ func (n NotificationMap) ToTable() (string, error) {
return "", err
}

fmt.Fprintf(&out, "Found %d notifications", len(n))

return out.String(), nil
}

Expand Down

0 comments on commit 73f0721

Please sign in to comment.