Skip to content

Commit ad3397d

Browse files
committed
fix: json for timeout
1 parent 7228473 commit ad3397d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/matching-service/models/match.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ type MatchFound struct {
1717
}
1818

1919
type Timeout struct {
20-
Type string `json:"timeout"`
20+
Type string `json:"type"`
2121
Message string `json:"message"`
2222
}
2323

0 commit comments

Comments
 (0)