changeset 5365:74bae79de83e extented-report

Fixed name spelling in report import.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Wed, 23 Jun 2021 12:05:05 +0200
parents 1adbd6a5f849
children cb46f50ba168
files pkg/imports/report.go
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/report.go	Wed Jun 23 01:01:11 2021 +0200
+++ b/pkg/imports/report.go	Wed Jun 23 12:05:05 2021 +0200
@@ -38,7 +38,7 @@
 
 type Report struct {
 	models.QueueConfigurationType
-	Name string `json:"Name"`
+	Name string `json:"name"`
 }
 
 const ReportJobKind JobKind = "report"