Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
tituschewxj committed Oct 22, 2024
1 parent 55a16a0 commit 2ba631b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/matching-service/processes/performmatches.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ func PerformMatching(rdb *redis.Client, matchRequest models.MatchRequest, ctx co
}, keys...)
if err != nil {
// transaction failed, so will retry
println(err)
// Handle error (like retry logic could be added here)
// return fmt.Errorf("transaction execution failed: %v", err)
if errors.Is(err, models.ExistingUserError) {
Expand Down

0 comments on commit 2ba631b

Please sign in to comment.