Skip to content

Commit f72bbaf

Browse files
authored
fix(core): GET /models endpoint doesn't return n8n workflow agents (no-changelog) (#22845)
1 parent 5c76f1e commit f72bbaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/modules/chat-hub/chat-hub.models.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { In, type WorkflowRepository, type User } from '@n8n/db';
1+
import { In, WorkflowRepository, type User } from '@n8n/db';
22
import { getBase } from '@/workflow-execute-additional-data';
33

44
import { ChatHubAgentService } from './chat-hub-agent.service';

0 commit comments

Comments
 (0)