fix: schools typo

This commit is contained in:
jdegand
2023-12-30 16:08:05 -05:00
parent 6cc084fb78
commit 43858a7785
2 changed files with 9 additions and 9 deletions

View File

@@ -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));
}