Fix watch

This commit is contained in:
Antonio Andelic 2024-09-04 15:19:56 +02:00
parent 955412888c
commit a3e233a537

View File

@ -1602,7 +1602,7 @@ KeeperStorageBase::ResponsesForSessions processWatches(
KeeperStorageBase::Watches & watches,
KeeperStorageBase::Watches & list_watches)
{
return processWatchesImpl(zk_request.getPath(), watches, list_watches, Coordination::Event::CREATED);
return processWatchesImpl(zk_request.getPath(), watches, list_watches, Coordination::Event::DELETED);
}
template <typename Storage>