seratch / slack-edge

Slack app development framework for edge functions with streamlined TypeScript support
https://github.com/seratch/slack-edge-app-template
MIT License
93 stars 7 forks source link

team_domain_change misspelled #40

Closed zhawtof closed 3 hours ago

zhawtof commented 3 hours ago

According to this: https://github.com/seratch/slack-web-api-client/blob/eb3fc27c3ef8d660f121b9e09711ce63c1735dd1/src/manifest/events.ts#L88

the team_domain_change event should not contain a d at the end, yet it does here. One of these is incorrect.

https://github.com/seratch/slack-edge/blob/844f734b0af70ecfe0b05a49c22f54e51082656d/src/request/payload/event.ts#L877-L878

seratch commented 3 hours ago

Oh, what an inconsistency of naming! Thanks