Skip to content

Commit

Permalink
compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nshestakov committed Mar 1, 2024
1 parent b5badc1 commit 33a6c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ydb/core/persqueue/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ void Migrate(NKikimrPQ::TPQTabletConfig& config) {
if (i < config.ReadRuleGenerationsSize()) {
consumer->SetGeneration(config.GetReadRuleGenerations(i));
}
consumer->SetImportant(IsImportantClient(config, consumer.GetName()));
consumer->SetImportant(IsImportantClient(config, consumer->GetName()));
}
}
}
Expand Down

0 comments on commit 33a6c2d

Please sign in to comment.