Skip to content

Commit

Permalink
Remove the import of IDisplayOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanpaul committed Aug 5, 2024
1 parent 68a51a6 commit d97a036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@n8n/nodes-langchain/nodes/memory/descriptions.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { INodeProperties, IDisplayOptions } from 'n8n-workflow';
import type { INodeProperties } from 'n8n-workflow';

export const sessionIdOption: INodeProperties = {
displayName: 'Session ID',
Expand Down

0 comments on commit d97a036

Please sign in to comment.