Skip to content

Commit 83bdc94

Browse files
committed
Update in-task.ts
1 parent 50eed1c commit 83bdc94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/in-queue/entry-types/in-task/in-task.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { EntryType } from "~/orm/entry/entry-type.ts";
55
import type { InTaskGlobal } from "./_in-task-global.type.ts";
66
import dateUtils from "../../../utils/date-utils.ts";
77
import type { InSpatialORM } from "../../../orm/inspatial-orm.ts";
8-
import { convertString } from "@inspatial/cloud/utils";
8+
import { convertString } from "~/utils/mod.ts";
99

1010
const config = {
1111
titleField: "title",

0 commit comments

Comments
 (0)