From d696981821d43a3f8ac992397e74c380c1e3d6e7 Mon Sep 17 00:00:00 2001 From: mkelvers Date: Sat, 20 Jun 2026 19:03:23 +0200 Subject: [PATCH] refactor: update proxy stream errlog import --- internal/playback/handler/proxy_stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/playback/handler/proxy_stream.go b/internal/playback/handler/proxy_stream.go index 4f6e50d..74ffa19 100644 --- a/internal/playback/handler/proxy_stream.go +++ b/internal/playback/handler/proxy_stream.go @@ -5,7 +5,7 @@ import ( "errors" "io" "mal/internal/observability" - "mal/pkg/errlog" + errlog "mal/pkg" netutil "mal/pkg/net" "net/http"