From 20a3120054e196dd6b2fec41fcc3e44fca108a47 Mon Sep 17 00:00:00 2001 From: Paolo Arena Date: Fri, 15 Nov 2019 00:33:25 +0100 Subject: [PATCH] - Open Dialog for Operators when click on Chip #91 - HOME: Show last 5 Events #99 - Creating HOME page with the Services Offering (Disciplines...) #96 - CCardDiscipline #104 --- server/models/discipline.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/server/models/discipline.js b/server/models/discipline.js index 385f8e9..72a4884 100644 --- a/server/models/discipline.js +++ b/server/models/discipline.js @@ -51,9 +51,7 @@ const DisciplineSchema = new Schema({ type: Boolean, }, teachers: [{ - username: { type: String, - } }], });