Skip to content

Commit

Permalink
[ML] Fixing watch creation (#65956) (#65980)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored May 11, 2020
1 parent a7797bc commit f59df00
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 f59df00

Please sign in to comment.