Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(readme): fix genReqId() example #276

Merged
merged 1 commit into from Mar 3, 2023
Merged

Conversation

GabenGar
Copy link
Contributor

The example in the docs assumes expressjs req and res arguments, but the types in the library assume vanilla req and res. There is no mention of minimum required NodeJS version so I assume it's at least 14+, which supports nullish coalescing.

The example in the docs assumes `expressjs` `req` and `res` arguments, but the types in the library assume vanilla `req` and `res`.
There is no mention of minimum required NodeJS version so I assume it's at least 14+, which supports [nullish coalescing](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Nullish_coalescing#browser_compatibility).
Copy link
Member

@mcollina mcollina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mcollina mcollina merged commit 652405f into pinojs:master Mar 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants