Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor createETagGenerator for improved readability and modern syntax
- Replaced function declaration with arrow function - Separated ternary condition into multiple lines for clarity - Changed `var` to `const` for better scoping and modern standards
- Loading branch information