aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorSonja Galovic <galovicsonja@gmail.com>2022-05-19 18:10:36 +0200
committerSonja Galovic <galovicsonja@gmail.com>2022-05-19 18:10:36 +0200
commit1f21329593e94411cac7d5448c119ae746773922 (patch)
tree082903d7b7763618d3336c093004442f8f9ec8e6 /backend
parentc0f8c77a1790f67b4d08498ecf0fc7db67f533ee (diff)
Predictor klasa na back-u: otkomentarisan dateCreated, prolazi kompajler
Diffstat (limited to 'backend')
-rw-r--r--backend/api/api/Models/Predictor.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/api/api/Models/Predictor.cs b/backend/api/api/Models/Predictor.cs
index c1afd5e8..5a7b5eda 100644
--- a/backend/api/api/Models/Predictor.cs
+++ b/backend/api/api/Models/Predictor.cs
@@ -14,7 +14,7 @@ namespace api.Models
public string output { get; set; }
public bool isPublic { get; set; }
public bool accessibleByLink { get; set; }
- //public DateTime dateCreated { get; set; }
+ public DateTime dateCreated { get; set; }
public string experimentId { get; set; }
public string modelId { get; set; }
public string h5FileId { get; set; }