Skip to content

Commit 3c92d1e

Browse files
Fix merge
1 parent 694e72c commit 3c92d1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/persqueue/pqtablet/partition/partition.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1012,7 +1012,7 @@ void TPartition::Handle(TEvPQ::TEvPartitionStatus::TPtr& ev, const TActorContext
10121012
}
10131013
}
10141014

1015-
for (auto&& userInfoPair : UsersInfoStorage->ViewAll()) {
1015+
for (auto& userInfoPair : UsersInfoStorage->GetAll()) {
10161016
auto& userInfo = userInfoPair.second;
10171017
if (!userInfo.LabeledCounters)
10181018
continue;

0 commit comments

Comments
 (0)