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
+1 -1
View File
@@ -1,4 +1,4 @@
import { objectCleanEmpty, uuid } from "core/utils";
import { objectCleanEmpty, uuid } from "bknd/utils";
import { get } from "lodash-es";
import type { Task, TaskResult } from "./Task";
+1 -2
View File
@@ -1,6 +1,5 @@
import { Task } from "../Task";
import { $console } from "core/utils";
import { s } from "bknd/utils";
import { $console, s } from "bknd/utils";
export class LogTask extends Task<typeof LogTask.schema> {
type = "log";