Closed DanielRivers closed 5 months ago
The recent changes in the src/createKindeClient.ts
file focus on improving code clarity and functionality. They include adding a missing comma in an import statement and updating the getToken
and getIdToken
functions to have default parameter values for options
. These modifications enhance code readability and ensure that the functions have sensible defaults, thereby preventing potential errors.
File | Change Summary |
---|---|
src/createKindeClient.ts |
Added a missing comma in the import statement for ErrorProps . Updated getToken and getIdToken functions to include default parameter values for options . |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
@coderabbitai review
Explain your changes
Fixes a couple of issues which broke the build
Checklist
🛟 If you need help, consider asking for advice over in the Kinde community.