Remove required flag from track creation date

This commit is contained in:
SrGooglo 2025-06-16 20:50:52 +00:00
parent 66a7395ea4
commit f2cb816b21

View File

@ -29,7 +29,6 @@ export default {
},
created_at: {
type: Date,
required: true,
},
cover: {
type: String,