refactor: clean code

This commit is contained in:
Fu Diwei
2025-01-05 03:34:46 +08:00
parent 7cf96d7d7e
commit 8af5235e4d
9 changed files with 214 additions and 218 deletions

View File

@@ -1,6 +1,6 @@
import { type RecordListOptions } from "pocketbase";
import { type WorkflowModel, type WorkflowNode } from "@/domain/workflow";
import { type WorkflowModel } from "@/domain/workflow";
import { getPocketBase } from "./pocketbase";
const COLLECTION_NAME = "workflow";