Skip to content

Commit d94d312

Browse files
committed
Remove outdated comment
1 parent def86d2 commit d94d312

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/InstanceSettings.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class InstanceSettings {
2121
private readonly userHome = this.getUserHome();
2222

2323
/** The path to the n8n folder in which all n8n related data gets saved */
24-
readonly n8nFolder = path.join(this.userHome, '.n8n'); // @TODO: Solution that keeps this readonly
24+
readonly n8nFolder = path.join(this.userHome, '.n8n');
2525

2626
/** The path to the folder where all generated static assets are copied to */
2727
readonly staticCacheDir = path.join(this.userHome, '.cache/n8n/public');

0 commit comments

Comments
 (0)