Skip to content

Commit

Permalink
[ML] Fixing watch creation
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed May 10, 2020
1 parent ef1800b commit 7dd3dd8
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 7dd3dd8

Please sign in to comment.