diff pkg/imports/report.go @ 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 2ec8a34ae683
children 4d126cf58fbc
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"