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