Skip to content

Commit 8a515e4

Browse files
committed
Fix sonar issue
1 parent 421ca47 commit 8a515e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/wfprev-war/src/main/angular/src/app/services/token.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class TokenService {
6767
this.router.navigate(['/' + ResourcesRoutes.ERROR_PAGE]);
6868
return;
6969
}
70-
this.parseToken(hash!);
70+
this.parseToken(hash);
7171
return;
7272
}
7373

0 commit comments

Comments
 (0)