Passed
Push — main ( 10dbfc...61a674 )
by LCS
05:39 queued 03:09
created

helpers.js (1 issue)

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