refactor: update command palette errlog import

This commit is contained in:
2026-06-20 19:03:11 +02:00
parent 420c97704f
commit 6cecd9bac8

View File

@@ -2,7 +2,7 @@ package db
import ( import (
"context" "context"
"mal/pkg/errlog" errlog "mal/pkg"
"strings" "strings"
) )