diff pkg/imports/statsupdate.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 1222b777f51f
children 6270951dda28
line wrap: on
line diff
--- a/pkg/imports/statsupdate.go	Tue Feb 20 21:28:56 2024 +0100
+++ b/pkg/imports/statsupdate.go	Tue Feb 20 22:22:57 2024 +0100
@@ -86,7 +86,7 @@
 // Do executes the actual report generation.
 func (su *StatsUpdate) Do(
 	ctx context.Context,
-	importID int64,
+	_ int64,
 	conn *sql.Conn,
 	feedback Feedback,
 ) (interface{}, error) {