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 7228473 commit ad3397dCopy full SHA for ad3397d
apps/matching-service/models/match.go
@@ -17,7 +17,7 @@ type MatchFound struct {
17
}
18
19
type Timeout struct {
20
- Type string `json:"timeout"`
+ Type string `json:"type"`
21
Message string `json:"message"`
22
23
0 commit comments