You've already forked AstralRinth
forked from didirus/AstralRinth
Corresponding frontend PR to modrinth/labrinth#449 (#763)
Co-authored-by: Prospector <prospectordev@gmail.com> Fixes https://github.com/modrinth/knossos/issues/597 Fixes https://github.com/modrinth/knossos/issues/593 Fixes https://github.com/modrinth/knossos/issues/768
This commit is contained in:
@@ -346,7 +346,6 @@ export default {
|
||||
categories,
|
||||
loaders,
|
||||
gameVersions,
|
||||
licenses,
|
||||
donationPlatforms,
|
||||
reportTypes,
|
||||
] = (
|
||||
@@ -354,7 +353,6 @@ export default {
|
||||
axios.get(`${API_URL}tag/category`, headers),
|
||||
axios.get(`${API_URL}tag/loader`, headers),
|
||||
axios.get(`${API_URL}tag/game_version`, headers),
|
||||
axios.get(`${API_URL}tag/license`, headers),
|
||||
axios.get(`${API_URL}tag/donation_platform`, headers),
|
||||
axios.get(`${API_URL}tag/report_type`, headers),
|
||||
])
|
||||
@@ -363,7 +361,6 @@ export default {
|
||||
state.categories = categories
|
||||
state.loaders = loaders
|
||||
state.gameVersions = gameVersions
|
||||
state.licenses = licenses
|
||||
state.donationPlatforms = donationPlatforms
|
||||
state.reportTypes = reportTypes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user