[ML] Fixing watch creation (#65956)

This commit is contained in:
James Gowdy 2020-05-11 10:00:44 +01:00 committed by GitHub
parent 387e28a6a4
commit af102afb7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
},
};