fix(core): update

This commit is contained in:
Philipp Kunz 2020-10-12 11:57:07 +00:00
parent 78ec895a39
commit 3f5461dfe0

View File

@ -95,7 +95,6 @@ export class Bucket {
return chunk;
},
async (cb) => {
console.log('stream ended');
replaySubject.complete();
return Buffer.from('');
}