Fix #450, Fix 449

This commit is contained in:
Jai A
2022-04-10 14:58:43 -07:00
parent 2507170816
commit 1020904fe0
2 changed files with 6 additions and 5 deletions

View File

@@ -773,7 +773,8 @@ export default {
await Promise.all([
this.$axios.get(`version/${this.version.id}`, this.$auth.headers),
this.$axios.get(
`project/${this.version.project_id}/version?featured=true`
`project/${this.version.project_id}/version?featured=true`,
this.$auth.headers
),
])
).map((it) => it.data)