fix: change billable type from boolean to string in model

main
adriano 2024-08-09 12:53:59 -03:00
parent 0c387a350b
commit 54a4f837ce
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ const apiUsageWhatsapp = new Schema({
required: true
},
billable: {
type: Boolean,
type: String,
require: true
},
pricing_model: {