You've already forked AstralRinth
forked from didirus/AstralRinth
Fix #450, Fix 449
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user