diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-04-18 18:39:41 +0200 |
---|---|---|
committer | Danijel Anđelković <adanijel99@gmail.com> | 2022-04-23 00:53:52 +0200 |
commit | 23b35287ca9bce42811bc0046b436f085b5a0b43 (patch) | |
tree | 4f9210e9bb77eaf092a6f8f81f7c2620e4068969 /backend | |
parent | c1eada0926e2c1227034f9a93df8a529a871a9c6 (diff) |
Izbrisan stari encoding.
Diffstat (limited to 'backend')
-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; } |