- Fixed some typos
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
async fetchSchool(id) {
|
||||
const { data } = await Schools.getSchool(id)
|
||||
const { data } = await Schools.getOne(id)
|
||||
return data
|
||||
},
|
||||
async computeSchool() {
|
||||
|
||||
Reference in New Issue
Block a user