SupportVol / BackEnd

This repository manages data storage, authentication, and business logic for efficient volunteer coordination.
https://supportvol-dot-support-vol.as.r.appspot.com/
Apache License 2.0
1 stars 0 forks source link

(JS-0128) Should not have unused variables #63

Closed Programmer-RD-AI closed 3 months ago

Programmer-RD-AI commented 3 months ago

Description

Found variables that are declared but not used anywhere. > NOTE: In browser applications, DeepSource recommends the use of ESModules over regular text/javascript scripts. > Currently, we don't support variables that are not explicitly exported, > and are injected into other scripts by being included in an HTML file

Occurrences

There are 5 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/SupportVol/BackEnd/issue/JS-0128/occurrences/