Remove unnecessary fallback value for `Object.keys` call
The `options` field is always initialized to an object, so the `|| {}` is not necessary.
Showing
Please register or sign in to comment
The `options` field is always initialized to an object, so the `|| {}` is not necessary.