Commit fcaffed
authored
service: Fix
Previously, we introduced a bug where the type of
the `request_body` in the
`_get_matcher_from_semantic_id` function was cast
to a `Dict`, while already being a `Dict`.
This fixes this oversight by removing the cast.request_body type(#4)1 parent 0df65cc commit fcaffed
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
141 | | - | |
| 141 | + | |
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| |||
0 commit comments