diff options
author | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-19 18:10:36 +0200 |
---|---|---|
committer | Sonja Galovic <galovicsonja@gmail.com> | 2022-05-19 18:10:36 +0200 |
commit | 1f21329593e94411cac7d5448c119ae746773922 (patch) | |
tree | 082903d7b7763618d3336c093004442f8f9ec8e6 /backend | |
parent | c0f8c77a1790f67b4d08498ecf0fc7db67f533ee (diff) |
Predictor klasa na back-u: otkomentarisan dateCreated, prolazi kompajler
Diffstat (limited to 'backend')
-rw-r--r-- | backend/api/api/Models/Predictor.cs | 2 |
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; } |