Skip to content

Commit 13bc83b

Browse files
committed
fix: application no found
1 parent e940115 commit 13bc83b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/guards/application-pass.guard.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export class ApplicationPassGuard implements CanActivate {
2222
},
2323
});
2424

25-
if (studentApplication.length > 0) {
25+
if (studentApplication.length === 0) {
2626
throw "No application found linked with your account";
2727
}
2828

0 commit comments

Comments
 (0)