diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-18 18:39:41 +0200 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-18 18:39:41 +0200 |
commit | 983a9568a48199559f3e69b65e4426c6b6874d2a (patch) | |
tree | e934d049adb54538723223371eb4edaa2c5cd399 | |
parent | 3cca71cc5e4142a4194a0ea19baada36105ce742 (diff) |
Izbrisan stari encoding.
-rw-r--r-- | backend/api/api/Models/Experiment.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backend/api/api/Models/Experiment.cs b/backend/api/api/Models/Experiment.cs index f05c8ac9..6f665c52 100644 --- a/backend/api/api/Models/Experiment.cs +++ b/backend/api/api/Models/Experiment.cs @@ -10,7 +10,6 @@ namespace api.Models public string _id { get; set; } public string name { get; set; } public string description { get; set; } - public string encoding { get; set; } public List<string> ModelIds { get; set; } public string datasetId { get; set; } public string uploaderId { get; set; } |