Skip to content

Commit 2cb332b

Browse files
authored
Merge 365b533 into 4237dfb
2 parents 4237dfb + 365b533 commit 2cb332b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/services/datastreams/put_records_actor.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ namespace NKikimr::NDataStreams::V1 {
427427
for (int i = 0; i < PutRecordsResult.failed_record_count(); ++i) {
428428
PutRecordsResult.add_records()->set_error_code("ThrottlingException");
429429
}
430-
this->CheckFinish(ctx);
430+
return this->CheckFinish(ctx);
431431
default:
432432
return this->HandleWakeup(ev, ctx);
433433
}

0 commit comments

Comments
 (0)