We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50eed1c commit 83bdc94Copy full SHA for 83bdc94
src/in-queue/entry-types/in-task/in-task.ts
@@ -5,7 +5,7 @@ import { EntryType } from "~/orm/entry/entry-type.ts";
5
import type { InTaskGlobal } from "./_in-task-global.type.ts";
6
import dateUtils from "../../../utils/date-utils.ts";
7
import type { InSpatialORM } from "../../../orm/inspatial-orm.ts";
8
-import { convertString } from "@inspatial/cloud/utils";
+import { convertString } from "~/utils/mod.ts";
9
10
const config = {
11
titleField: "title",
0 commit comments