Index: iknow-api/DTOs/UserDTO.cs
===================================================================
--- iknow-api/DTOs/UserDTO.cs	(revision 35924766238e487b4af38d5827bdcda86852bd88)
+++ iknow-api/DTOs/UserDTO.cs	(revision a92a2a413484ff7d4eb9ff6632fcabdffe2b36f4)
@@ -33,5 +33,5 @@
         public int enrollmentYear { get; set; }
         public Quota quotaType { get; set; }
-        public Major majorType { get; set; }
+        public int majorType { get; set; }
 
     }
