Passed
Pull Request — main (#46)
by
unknown
06:07 queued 03:42
created
Severity
1
// Ensure 'serverApi' is declared only once
2
const serverApi = {
0 ignored issues
show
The constant serverApi seems to be never used. Consider removing it.
Loading history...
3
  // ...existing code...
4
};
5
// ...existing code...
6