diff pkg/imports/wa.go @ 5565:ade07a3f2cfd

Forget to change signature of some imports.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 08 Mar 2022 17:38:48 +0100
parents 59a99655f34d
children 2dd155cc95ec
line wrap: on
line diff
--- a/pkg/imports/wa.go	Sat Feb 12 18:56:55 2022 +0100
+++ b/pkg/imports/wa.go	Tue Mar 08 17:38:48 2022 +0100
@@ -46,7 +46,7 @@
 }
 
 // Description gives a short info about relevant facts of this import.
-func (wa *WaterwayArea) Description() (string, error) {
+func (wa *WaterwayArea) Description([]string) (string, error) {
 	return wa.URL + "|" + wa.FeatureType, nil
 }