Skip to content

Commit 707443c

Browse files
authored
Update pending_fetcher.cpp
1 parent a7e0bc9 commit 707443c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/actors/pending_fetcher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@ NActors::IActor* CreatePendingFetcher(
591591
tenantName,
592592
monitoring,
593593
std::move(s3ActorsFactory),
594-
defaultPqGateway);
594+
std::move(defaultPqGateway));
595595
}
596596

597597
TActorId MakePendingFetcherId(ui32 nodeId) {

0 commit comments

Comments
 (0)