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:
@@ -181,9 +181,7 @@ Questions? [Join the Modrinth Discord for support!](https://discord.gg/EUHuJHt)`
|
||||
categories: [],
|
||||
client_side: this.getClientSide(),
|
||||
server_side: this.getServerSide(),
|
||||
license_id: this.$tag.licenses.map((it) => it.short).includes('arr')
|
||||
? 'arr'
|
||||
: this.$tag.licenses[0].short,
|
||||
license_id: 'LicenseRef-All-Rights-Reserved',
|
||||
is_draft: true,
|
||||
})
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user