Commit d91a3a9
authored
fix: update event status type to use 'maybe' instead of 'tentative' (#641)
The event status type in the Event interface was incorrectly using 'tentative'
instead of 'maybe' as one of its possible values. This change updates the type
to match the API documentation.
Changes:
- Update Status type to use 'maybe' instead of 'tentative'
- Update CHANGELOG.md
Fixes #6261 parent e4771d7 commit d91a3a9
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | | - | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
396 | 396 | | |
397 | 397 | | |
398 | 398 | | |
399 | | - | |
| 399 | + | |
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
| |||
0 commit comments