mirror of
https://github.com/Raghu-Ch/angular-challenges.git
synced 2026-02-10 12:53:03 -05:00
fix: schools typo
This commit is contained in:
@@ -10,5 +10,5 @@ export class HttpService {
|
||||
|
||||
getAllStudents = () => this.fakeBackend.getAllStudents().pipe(take(1));
|
||||
|
||||
getAllSchools = () => this.fakeBackend.getAllStchools().pipe(take(1));
|
||||
getAllSchools = () => this.fakeBackend.getAllSchools().pipe(take(1));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user