Updated the media model
This commit is contained in:
@ -29,7 +29,7 @@ const MediaSchema = new Schema<IMedia>({
|
||||
},
|
||||
assetEnding: {
|
||||
type: String,
|
||||
required: true
|
||||
default: "txt"
|
||||
},
|
||||
created: {
|
||||
type: Date,
|
||||
|
Reference in New Issue
Block a user