aboutsummaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
Diffstat (limited to 'backend')
-rw-r--r--backend/api/api/Models/Model.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/api/api/Models/Model.cs b/backend/api/api/Models/Model.cs
index 26f732ee..86541767 100644
--- a/backend/api/api/Models/Model.cs
+++ b/backend/api/api/Models/Model.cs
@@ -45,7 +45,7 @@ namespace api.Models
public int epochs { get; set; }
public string nullValues { get; set; }
- public string[] nullValuesReplacers { get; set; }
+ public NullValues[] nullValuesReplacers { get; set; }
//public NullValues[] nullValues { get; set; }
}