- [API] Added getSchool, getSchools, and addSchools

This commit is contained in:
Alexis
2020-05-24 23:51:17 +02:00
parent df7ee9add4
commit af7e6ff701
6 changed files with 151 additions and 45 deletions

View File

@@ -229,7 +229,7 @@ const addSpell = (s) => {
}
Promise.all([addSchoolsData(), addVariablesData(), addIngredientsData()])
.then(v => {
.then(() => {
resolve(getSpell(new_spell_id))
})
.catch(err => {