FC-softwares/baseball-scoreboard

View on GitHub
app/js/all.js

Summary

Maintainability
A
0 mins
Test Coverage

Showing 0 of 1 total issue

Function CheckSession has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
Wontfix

function CheckSession(){
const id = localStorage.getItem('user');
const token = localStorage.getItem('token');
if (!id||!token)
return false;
Severity: Minor
Found in app/js/all.js - About 55 mins to fix

There are no issues that match your filters.

Category
Status