Skip to content

Commit f5c1c7f

Browse files
committed
Minor bug fix
1 parent 62b60c8 commit f5c1c7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/src/app/home/home.component.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export class HomeComponent implements AfterViewInit {
6767
},
6868
(err) => this.alertService.error(err)
6969
);
70-
}
70+
});
7171

7272
// this.sheltersService.getAllSheltersRequests()
7373
// .subscribe(
@@ -95,4 +95,4 @@ export class HomeComponent implements AfterViewInit {
9595
// );
9696
}
9797

98-
}
98+
}

0 commit comments

Comments
 (0)