This commit is contained in:
Mr Swift
2024-08-11 16:11:32 +03:30
parent 21a6907d9f
commit 180cb8b5cf
18 changed files with 192 additions and 100 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ const BankSchema = mongoose.Schema({
type:Number,
},
IBAN:{
type:Number,
type:String,
}
})