From 60fd2fe90c4e756be9489683d043029dd5aeaa4d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 20 Jun 2026 19:03:19 +0200 Subject: [PATCH] refactor: update watchlist ids errlog import --- internal/db/watchlist_ids.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/db/watchlist_ids.go b/internal/db/watchlist_ids.go index ba32d67..fedcdec 100644 --- a/internal/db/watchlist_ids.go +++ b/internal/db/watchlist_ids.go @@ -2,7 +2,7 @@ package db import ( "context" - "mal/pkg/errlog" + errlog "mal/pkg" "strings" )