cleaned up left over bknd/utils imports (#235)

This commit is contained in:
dswbx
2025-08-12 16:12:10 +02:00
committed by GitHub
parent 725a2d453a
commit 97d6af3792
45 changed files with 47 additions and 60 deletions

View File

@@ -1,5 +1,5 @@
import type { DB as DefaultDB, PrimaryFieldType } from "bknd";
import { $console } from "core/utils";
import { $console } from "bknd/utils";
import { type EmitsEvents, EventManager } from "core/events";
import { type SelectQueryBuilder, sql } from "kysely";
import { InvalidSearchParamsException } from "../../errors";