Skip to content

Commit

Permalink
On Conversion of a ticket to a bounty remove all tickets from a ticke…
Browse files Browse the repository at this point in the history
…t group
  • Loading branch information
MahtabBukhari committed Jan 29, 2025
1 parent e960496 commit 3db49fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/tickets.go
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ func (db database) CreateBountyFromTicket(ticket Tickets, pubkey string) (*NewBo
logger.Log.Error("failed to create bounty", "error", err, "ticket_id", ticket.UUID)
return nil, fmt.Errorf("failed to create bounty: %w", err)
}

return bounty, nil
}

Expand Down

0 comments on commit 3db49fa

Please sign in to comment.