- Fixed scroll trigger and error message

This commit is contained in:
Alexis
2020-06-28 23:13:47 +02:00
parent eadbaa53ac
commit f8a1a9e73f
2 changed files with 4 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ class SchoolRepository {
})
.catch(err => {
console.log(err)
reject(new HttpError(500, "Couldn't get school"))
reject(new HttpError(500, "Couldn't get spells from school"))
})
})
}