Skip to content

Commit

Permalink
Update main.go (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
hamedprog authored Oct 30, 2023
1 parent 168810e commit a11ff88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/open-match/director/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ func fetch(be pb.BackendServiceClient, p *pb.MatchProfile) ([]*pb.Match, error)
}

if err != nil {
return nil, fmt.Errorf("error on fetch match stream recieving: %w", err)
return nil, fmt.Errorf("error on fetch match stream receiving: %w", err)
}

result = append(result, resp.GetMatch())
Expand Down

0 comments on commit a11ff88

Please sign in to comment.