From b3a47535532ca7af3943196c7c78f9dd6025a5b0 Mon Sep 17 00:00:00 2001 From: Ivan Ljubisavljevic Date: Wed, 18 May 2022 20:44:13 +0200 Subject: Predictor fix --- backend/api/api/Models/Predictor.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'backend') diff --git a/backend/api/api/Models/Predictor.cs b/backend/api/api/Models/Predictor.cs index 4534bd8d..530257b2 100644 --- a/backend/api/api/Models/Predictor.cs +++ b/backend/api/api/Models/Predictor.cs @@ -10,8 +10,6 @@ namespace api.Models [BsonRepresentation(BsonType.ObjectId)]//mongo data type to .net public string _id { get; set; } public string uploaderId { get; set; } - //public string name { get; set; } - //public string description { get; set; } public string[] inputs { get; set; } public string output { get; set; } public bool isPublic { get; set; } -- cgit v1.2.3