Fix mod creation

This commit is contained in:
Jai A 2020-11-30 15:47:21 -07:00
parent a8d150db5c
commit 0f64a769c2
No known key found for this signature in database
GPG Key ID: E8B7DFB8C62797AC

View File

@ -579,7 +579,7 @@ export default {
wiki_url: this.wiki_url,
client_side: this.clientSideType.id,
server_side: this.serverSideType.id,
license: this.license,
license_id: this.license.short,
license_url: this.license_url,
is_draft: this.draft,
})