GilbertKrantz / UniPal

UniPal is a web application that uses AI to help students to find relevant information about universities in Indonesis (currently only available for Binus University).
https://unipal.online/
MIT License
2 stars 0 forks source link

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

Open GilbertKrantz opened 3 weeks ago

GilbertKrantz commented 3 weeks 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 26 occurrences of this issue in the repository.

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

GilbertKrantz commented 3 weeks ago

Partially Solved