Skip to content

Commit 54faefb

Browse files
committed
Handling undefined space when spaces is disabled
1 parent 89e113f commit 54faefb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

x-pack/plugins/alerting/server/task_runner/inject_action_params.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { AlertActionParams } from '../types';
1010

1111
export interface InjectActionParamsOpts {
1212
ruleId: string;
13-
spaceId: string;
13+
spaceId: string | undefined;
1414
actionTypeId: string;
1515
actionParams: AlertActionParams;
1616
}

0 commit comments

Comments
 (0)