From 51f1c60c813d73629fa1d6c283df45eb3cd67f3d Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 20 Jun 2026 19:02:45 +0200 Subject: [PATCH] refactor: update watchorder errlog import --- integrations/watchorder/watch_order.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/watchorder/watch_order.go b/integrations/watchorder/watch_order.go index 7dff395..b5ff6aa 100644 --- a/integrations/watchorder/watch_order.go +++ b/integrations/watchorder/watch_order.go @@ -6,7 +6,7 @@ import ( "errors" "fmt" "io" - "mal/pkg/errlog" + errlog "mal/pkg" netutil "mal/pkg/net" "net/http" "regexp"