Skip to content

[chore] sanitize.js | Useless assignment to local variable #227

@BeauBouchard

Description

@BeauBouchard

at lib/utils/sanitize.js:35

The value assigned to l here is unused. A value is assigned to a variable or property, but either that location is never read later on, or its value is always overwritten before being read. This means that the original assignment has no effect, and could indicate a logic error or incomplete code.

Tracking issue for:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions