Skip to content

Commit 8baf8fc

Browse files
committed
Use legacy.LoadBundleTask
1 parent 23ea4d8 commit 8baf8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/exp/test/shim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ export class FirebaseFirestore implements legacy.FirebaseFirestore {
169169

170170
loadBundle(
171171
bundleData: ArrayBuffer | ReadableStream<Uint8Array> | string
172-
): LoadBundleTask {
172+
): legacy.LoadBundleTask {
173173
return loadBundle(this._delegate, bundleData)!;
174174
}
175175

0 commit comments

Comments
 (0)