Skip to content

Commit

Permalink
Add GH issue link
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Jun 8, 2023
1 parent a2854fd commit 09d924d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/task_manager/server/task_validator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export class TaskValidator {
const lastestStateSchema = this.cachedGetLatestStateSchema(taskTypeDef);

// TODO: Remove once all task types have defined their state schema.
// https://github.com/elastic/kibana/issues/159347
// Otherwise, failures on read / write would occur. (don't forget to unskip test)
if (!lastestStateSchema) {
return task;
Expand Down

0 comments on commit 09d924d

Please sign in to comment.