Remove stale comment

This commit is contained in:
Iván Ovejero 2024-11-07 14:05:28 +01:00
parent e0424ce961
commit 38453f040f
No known key found for this signature in database

View file

@ -21,7 +21,6 @@ export class TaskRunnersConfig {
@Env('N8N_RUNNERS_ENABLED')
enabled: boolean = false;
// Defaults to true for now
@Env('N8N_RUNNERS_MODE')
mode: TaskRunnerMode = 'internal_childprocess';