fix: representation 404 error

This commit is contained in:
Mahyar Khanbolooki
2025-07-13 17:35:40 +03:30
parent faaf284f3c
commit aa25382d9e
+1 -1
View File
@@ -64,7 +64,7 @@ const RepresentationSchema = mongoose.Schema({
// common questions // common questions
representation_type: { representation_type: {
type: [String], type: [String],
enum: ['verity', 'mobile_accessories', 'computer_accessories', 'memory_products', 'car_audio_video', 'home_products'], enum: ['verity', 'panatech', 'both', 'mobile_accessories', 'computer_accessories', 'memory_products', 'car_audio_video', 'home_products'],
default: [] default: []
}, },
know_asanServ_from: { know_asanServ_from: {