Skip to content

Commit

Permalink
refactor: added "especialidades" in clinicas
Browse files Browse the repository at this point in the history
  • Loading branch information
UR4N0-235 committed Sep 22, 2023
1 parent 50bab64 commit 30c3704
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/clinica.model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ const clinicasSchema = new mongoose.Schema({
required: true,
},
},
especialidades: [String]
});

// Usando ES6 para o lint não brigar
Expand Down

0 comments on commit 30c3704

Please sign in to comment.