Changed addon to release in the Release model
This commit is contained in:
parent
3c69bbd1d4
commit
2641d37f93
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user