[go: nahoru, domu]

Skip to content

Commit

Permalink
Merge 470b8a0 into 36558bd
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-hui committed Feb 23, 2023
2 parents 36558bd + 470b8a0 commit a1c4d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/firestore/src/util/byte_stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export function toByteStreamReaderHelper(
},
async cancel(): Promise<void> {},
releaseLock() {},
closed: Promise.reject('unimplemented')
closed: Promise.resolve()
};
return reader;
}

0 comments on commit a1c4d6f

Please sign in to comment.