Passed
Pull Request — main (#43)
by
unknown
03:10 queued 01:03
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