Skip to content

Commit

Permalink
[ML] Fixing watch creation (elastic#65956) (elastic#66700)
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic authored May 15, 2020
1 parent d8cf502 commit 6071a5c
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 6071a5c

Please sign in to comment.