fix: change billable type from boolean to string in model
parent
0c387a350b
commit
54a4f837ce
|
@ -28,7 +28,7 @@ const apiUsageWhatsapp = new Schema({
|
|||
required: true
|
||||
},
|
||||
billable: {
|
||||
type: Boolean,
|
||||
type: String,
|
||||
require: true
|
||||
},
|
||||
pricing_model: {
|
||||
|
|
Loading…
Reference in New Issue