Unpushed stuff

This commit is contained in:
Jai A
2020-09-06 18:58:55 -07:00
parent b36b6c78a2
commit ce8a0cab2a
4 changed files with 15 additions and 2 deletions

View File

@@ -357,7 +357,7 @@ export default {
const res = await axios.get(url, config)
this.results = res.data
this.results = res.data.hits
} catch (err) {
console.error(err)
}