Skip to content

Commit

Permalink
chore: remove unnecessary model props
Browse files Browse the repository at this point in the history
  • Loading branch information
harbassan committed Oct 4, 2024
1 parent b779562 commit 54cb1b2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
6 changes: 0 additions & 6 deletions backend/src/db/models/scenario.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,6 @@ const scenarioSchema = new Schema({
ref: "Scene",
},
],
users: [
{
type: String,
ref: "User",
},
],
roleList: [
{
type: String,
Expand Down
5 changes: 0 additions & 5 deletions backend/src/db/models/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ const userSchema = new Schema({
type: String,
required: true,
},
played: [
{
type: Object,
},
],
assigned: [
{
type: String,
Expand Down

0 comments on commit 54cb1b2

Please sign in to comment.