We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54568ac commit 11d0379Copy full SHA for 11d0379
.husky/pre-commit
@@ -1 +1,2 @@
1
-cd ./server && npx lint-staged
+cd ./server && npx lint-staged
2
+cd ./../client && npx lint-staged
client/src/app/guards/is-logged-out.ts
@@ -6,7 +6,7 @@ import {
6
RouterStateSnapshot,
7
} from '@angular/router';
8
import { Observable } from 'rxjs';
9
-import { map, max } from 'rxjs/operators';
+import { map } from 'rxjs/operators';
10
import { select, Store } from '@ngrx/store';
11
import { AppState } from '../ngrx/reducers';
12
import { selectIsLoggedOut } from '../ngrx/selectors/auth.selectors';
0 commit comments