We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1fcbe4 commit 89932edCopy full SHA for 89932ed
internal/core/domain/command/spent.go
@@ -30,7 +30,6 @@ func (s *Spent) GetCommand() string {
30
const spentMessage = "Spent today within ChatID %d: $%.2f."
31
32
func (s *Spent) Respond(ctx context.Context, _ time.Duration, message *domain.Message) error {
33
-
34
_, err := s.sender.SendMessageReply(ctx, message, fmt.Sprintf(spentMessage,
35
message.ChatID, s.tracker.GetSpent(message.ChatID)))
36
if err != nil {
0 commit comments