LogsResponse in AuditClient returns "ok: false" when request was a success #1373
Labels
bug
M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented
project:slack-api-client
project:slack-api-client
Milestone
I'm using latest version of the SDK.
When requesting audit logs with any parameters the response is alwyas ok: false. The response doesn't provide warning or error message but does contain requested entries for the audit log.
The Slack SDK version
Java Runtime version
openjdk version "17.0.8"
Steps to reproduce:
code ran:
Code contains custom exceptions and logging, which can be ignored since they do not result in the error
Expected result:
Response is ok: true and contains entries of the requested audit logs.
Actual result:
Response is ok: false and contains entries of the requested audit logs.
The text was updated successfully, but these errors were encountered: