Skip to content

Commit 6f60d65

Browse files
fix(API): Fix import config import (n8n-io#14137)
1 parent 71f281b commit 6f60d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/modules/insights/insights.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Config, Env } from '@n8n/config/src/decorators';
1+
import { Config, Env } from '@n8n/config';
22

33
@Config
44
export class InsightsConfig {

0 commit comments

Comments
 (0)