Skip to content

Commit 3718a4b

Browse files
fix: remove unused ListWorkflowsRequest import
This commit resolves a linting CI failure where `ListWorkflowsRequest` was imported but never used inside `app/external/src/database/workflow.repository.ts`.
1 parent 7c4244b commit 3718a4b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

app/external/src/database/workflow.repository.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import {
1919
WorkflowGetError,
2020
WorkflowRepository,
2121
WorkflowUpdateError,
22-
ListWorkflowsRequest,
2322
ListWorkflowsRequestRepo,
2423
ListWorkflowsResponse,
2524
UnknownError

0 commit comments

Comments
 (0)