refactor: update avatar backfill errlog import

This commit is contained in:
2026-06-20 19:03:03 +02:00
committed by Milas Holsting
parent f31dc1dc9e
commit 31010ed51c

View File

@@ -5,7 +5,7 @@ import (
"database/sql" "database/sql"
"fmt" "fmt"
"mal/internal" "mal/internal"
"mal/pkg/errlog" errlog "mal/pkg"
) )
func init() { func init() {