79444477

Date: 2025-02-17 05:34:43
Score: 1
Natty:
Report link
   const sanitizedTranslationProps = Object.fromEntries(
        Object.entries(allProfiles || {}).map(([key, value]) => [
            key,
            value === undefined ? null : value,
        ])
    )

Doing it like this solved the same issue for me.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Mohit-Aasirwal