cb7f916485
Watcher: Remove async code in sync code block When removing the watch store this code snippet sneaked in. A call to get a watch in order to find out if it exists was async, but the code checking the result was called immediately afterwards without waiting for the result, thus always using the default value. This also removes some unused code in TriggeredWatchStore. Original commit: elastic/x-pack-elasticsearch@c47e70bf8a |
||
---|---|---|
.. | ||
bin/x-pack | ||
config/x-pack | ||
keys | ||
src | ||
NOTICE.txt | ||
build.gradle |