fix(webhook) #2614: added export for 'addAppMetadata'#2626
Conversation
🦋 Changeset detectedLatest commit: ae5637a The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
hi @pushkarbanjare thank you for raising this issue and addressing it! I see that |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2626 +/- ##
==========================================
+ Coverage 88.88% 88.90% +0.01%
==========================================
Files 62 63 +1
Lines 10238 10256 +18
Branches 451 452 +1
==========================================
+ Hits 9100 9118 +18
Misses 1117 1117
Partials 21 21
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Summary
Fixes #2614
'addAppMetadata' already exists in '@slack/webhook', but it isn't exported from the package entry point, so 'import { addAppMetadata } from "@slack/webhook"' doesn't resolve. This adds the missing re-export, bringing it in line with
'@slack/web-api'.
Requirements