Skip to content

Commit f0b34ab

Browse files
committed
remove type coercion
1 parent b67e87e commit f0b34ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/util/byte_stream.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function toByteStreamReaderHelper(
5050
return result;
5151
}
5252

53-
return { done: true } as any;
53+
return { done: true };
5454
},
5555
async cancel(): Promise<void> {},
5656
releaseLock() {},

0 commit comments

Comments
 (0)