diff pkg/imports/wg.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 e1936db6db8e
line wrap: on
line diff
--- a/pkg/imports/wg.go	Sat Feb 12 18:56:55 2022 +0100
+++ b/pkg/imports/wg.go	Tue Mar 08 17:38:48 2022 +0100
@@ -41,7 +41,7 @@
 }
 
 // Description gives a short info about relevant facts of this import.
-func (wg *WaterwayGauge) Description() (string, error) {
+func (wg *WaterwayGauge) Description([]string) (string, error) {
 	return wg.URL, nil
 }