copy
copy copied to clipboard
[Fix] Code Refactor & Cleanup
Problem
- Multiple occurrences of function input parameters aren't used.
- Redundant code because of conditional statements
Solution
-
_
the unused variables in functions -
PerservePermission
toPreservePermission
typo fix - Usage of early
return
s - Removal of
else
conditions