Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaog committed Jun 28, 2024
1 parent 02b6556 commit f67834d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/models/node.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -266,10 +266,12 @@ export const CollaborativeModelingNodeSchema = new mongoose.Schema(

export const UMLModelingNodeSchema = new mongoose.Schema(
{
data:{
assignment: { type: String },
idUML: { type: String },
projectUML: { type: String },
typeExercise: { type: String },
},
},
options,
);
Expand Down

0 comments on commit f67834d

Please sign in to comment.