diff pkg/imports/dma.go @ 5711:2dd155cc95ec revive-cleanup

Fix all revive issue (w/o machine generated stuff).
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 20 Feb 2024 22:22:57 +0100
parents f2204f91d286
children 6270951dda28
line wrap: on
line diff
--- a/pkg/imports/dma.go	Tue Feb 20 21:28:56 2024 +0100
+++ b/pkg/imports/dma.go	Tue Feb 20 22:22:57 2024 +0100
@@ -108,7 +108,7 @@
 // Do executes the actual fairway dimension import.
 func (dma *DistanceMarksAshore) Do(
 	ctx context.Context,
-	importID int64,
+	_ int64,
 	conn *sql.Conn,
 	feedback Feedback,
 ) (interface{}, error) {