Skip to content

Commit

Permalink
[ML] Fixing watch creation (elastic#65956)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 15, 2020
1 parent 7827fa5 commit 38601e5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -157,6 +157,7 @@ class CreateWatchService {
id,
type: 'json',
isNew: false, // Set to false, as we want to allow watches to be overwritten.
isActive: true,
watch,
},
};
Expand Down

0 comments on commit 38601e5

Please sign in to comment.