web-api: Consider removing need to provide empty object as argument to zero-argument methods #1769
Closed
1 task done
Labels
area:typescript
issues that specifically impact using the package from typescript projects
auto-triage-skip
good first issue
pkg:web-api
applies to `@slack/web-api`
Milestone
Packages:
Select all that apply:
@slack/web-api
Reproducible in:
The Slack SDK version
Node.js runtime version
OS info
Steps to reproduce:
Create a WebClient instance and call
.auth.test()
without argument.Expected result:
.auth.test()
returns a userinfo of the bot.Actual result:
It requires an empty dict as an argument.
Requirements
I read the requirements and agreed with the rules.
The text was updated successfully, but these errors were encountered: