Commit d236bd9
committed
[fix]: 'Count' entries in Subteam events should be int not string
The slack documentation gets it wrong: their example shows strings but looking at their
[own implementation of the types in their node sdk](https://github.com/slackapi/node-slack-sdk/blob/31c60f863c36cd74837fc9ad5d5111532451ffcd/packages/types/src/events/subteam.ts#L44
it certainly seems it should be int.1 parent a273556 commit d236bd9
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
814 | 814 | | |
815 | 815 | | |
816 | 816 | | |
817 | | - | |
| 817 | + | |
818 | 818 | | |
819 | | - | |
| 819 | + | |
820 | 820 | | |
821 | 821 | | |
822 | 822 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1968 | 1968 | | |
1969 | 1969 | | |
1970 | 1970 | | |
1971 | | - | |
| 1971 | + | |
1972 | 1972 | | |
1973 | | - | |
| 1973 | + | |
1974 | 1974 | | |
1975 | 1975 | | |
1976 | 1976 | | |
| |||
0 commit comments