Skip to content

Commit 34cc7a7

Browse files
committed
fix: nanofix
1 parent 93dfd86 commit 34cc7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/api/streaming.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ export class StreamingAPI extends BaseYdbAPI {
113113
throw chunk;
114114
}
115115

116-
const streamingChunk = chunk as unknown as StreamingChunk;
116+
const streamingChunk = chunk as StreamingChunk;
117117

118118
if (isSessionChunk(streamingChunk)) {
119119
const sessionChunk = streamingChunk;

0 commit comments

Comments
 (0)