mirror of
https://github.com/usual2970/certimate.git
synced 2025-10-04 21:44:54 +00:00
feat: rename workflow_run_log
to workflow_run
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
import { getPocketBase } from "./pocketbase";
|
||||
|
||||
const COLLECTION_NAME = "workflow_run_log";
|
||||
const COLLECTION_NAME = "workflow_run";
|
||||
|
||||
export type ListWorkflowRunsRequest = {
|
||||
workflowId: string;
|
||||
|
Reference in New Issue
Block a user