Passed
Push — main ( ae0ca7...d8a6fc )
by LCS
23:51 queued 20:11
created

browser-info.js (1 issue)

Severity
1
// Ensure 'BrowserInfo' is declared only once
2
const BrowserInfo = {
0 ignored issues
show
The constant BrowserInfo seems to be never used. Consider removing it.
Loading history...
3
  // ...existing code...
4
};
5
// ...existing code...
6