You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the OauthTokenResponse does not include a field for the request_id type, even though this field is included in the actual response. this absence leads to a type error in a specific use case where I encounter the issue while utilizing that field.
To address this issue, I have to cast the token method response. however, I believe this should be resolved within the library itself. I plan to open a PR to address this issue.
The text was updated successfully, but these errors were encountered:
MohammedEsafi
added a commit
to MohammedEsafi/notion-sdk-js
that referenced
this issue
Feb 4, 2024
Description:
Currently, the
OauthTokenResponse
does not include a field for therequest_id
type, even though this field is included in the actual response. this absence leads to a type error in a specific use case where I encounter the issue while utilizing that field.To address this issue, I have to cast the token method response. however, I believe this should be resolved within the library itself. I plan to open a PR to address this issue.
The text was updated successfully, but these errors were encountered: