codiearyan
New member

I was working on this issue - https://github.com/PalisadoesFoundation/talawa-admin/issues/6572#issuecomment-3829344941
Now, I have fixed this issue, but while commiting the fix, the pre-commit hooks run linting on the full file, not just the modified lines. It has flagged multiple existing hardcoded values across the file.
Question: should I go ahead and replace these hardcoded values with their respective variables, and create a pr?