Skip to content

Commit 60e53a6

Browse files
committed
💻 Fix file
1 parent d030610 commit 60e53a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

next/src/services/workflow/node-block-definitions.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -342,8 +342,8 @@ export const getNodeBlockDefinitions = (): NodeBlockDefinition[] => {
342342
CompanyContextAgentBlockDefinition,
343343
TextInputWebhookBlockDefinition,
344344
FileUploadBlockDefinition,
345-
GenericLLMAgentBlockDefinition
346-
ContentRefresherAgent
345+
GenericLLMAgentBlockDefinition,
346+
ContentRefresherAgent,
347347
];
348348
};
349349

0 commit comments

Comments
 (0)