We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e940115 commit 13bc83bCopy full SHA for 13bc83b
1 file changed
src/common/guards/application-pass.guard.ts
@@ -22,7 +22,7 @@ export class ApplicationPassGuard implements CanActivate {
22
},
23
});
24
25
- if (studentApplication.length > 0) {
+ if (studentApplication.length === 0) {
26
throw "No application found linked with your account";
27
}
28
0 commit comments