Changed addon to release in the Release model

This commit is contained in:
Mathias Wagner 2022-07-10 15:26:12 +02:00
parent 3c69bbd1d4
commit 2641d37f93
Signed by: Mathias
GPG Key ID: B8DC354B0A1F5B44

View File

@ -15,7 +15,7 @@ const ReleaseSchema = new mongoose.Schema({
}, },
description: { // The description of the release (ex. what changed) description: { // The description of the release (ex. what changed)
type: String, type: String,
default: "The author of this addon has not provided a description" default: "The author of this release has not provided a description"
}, },
downloads: { // The number of downloads that the release has reached downloads: { // The number of downloads that the release has reached
type: Number, type: Number,