copy icon indicating copy to clipboard operation
copy copied to clipboard

[Fix] Code Refactor & Cleanup

Open VILJkid opened this issue 8 months ago • 0 comments

Problem

  • Multiple occurrences of function input parameters aren't used.
  • Redundant code because of conditional statements

Solution

  • _ the unused variables in functions
  • PerservePermission to PreservePermission typo fix
  • Usage of early returns
  • Removal of else conditions

VILJkid avatar Jun 21 '24 17:06 VILJkid