feed model -> unique:true -> for safety (and to avoid mongoose warning)

This commit is contained in:
albert
2025-07-28 18:37:23 +02:00
parent cbe4199206
commit 0dbdc41124

View File

@ -17,8 +17,7 @@ const feedSchemaObject = {
url: {
type: String,
required: true,
unique: true
required: true
},
imageUrl: {