Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Commit

Permalink
remove params from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
CelestialCrafter committed Dec 18, 2023
1 parent b1f4578 commit a266ba9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/lib/models.server.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,7 @@ const schemas = {
type: Schema.Types.ObjectId,
ref: 'User',
required: false
},
params: [
{
name: String,
value: mongoose.Types.Decimal128
}
]
}
}),
Bot: Schema(
{
Expand Down

0 comments on commit a266ba9

Please sign in to comment.