Passed
Pull Request — main (#34)
by LCS
02:16
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