-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Closed
Description
Prerequisites
- I have written a descriptive issue title
- I have searched existing issues to ensure the bug has not already been reported
Fastify version
4.21
Plugin version
No response
Node.js version
16.x
Operating system
macOS
Operating system version (i.e. 20.04, 11.3, 10)
Ventura 13.5.1
Description
Accessing the id field on the request object lead my Eslint to complain I was operating on an any. I hope and don't imagine this should be a different type.
Line 53 in 7270c00
| id: any; |
Can we tighten it to a string?
Steps to Reproduce
Line 53 in 7270c00
| id: any; |
Expected Behavior
Type should be a string
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels