Skip to content

Commit

Permalink
chore: prepare release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jkruse committed Sep 29, 2024
1 parent 4a102b5 commit f01318d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dataflex-webapis",
"version": "0.8.0",
"version": "0.8.1",
"description": "DataFlex Custom Components for Web APIs",
"keywords": [
"dataflex",
Expand Down
1 change: 0 additions & 1 deletion src/mediastream-recording.js
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ export default class MediaStreamRecording extends df.WebObject {

// For the server-side handler we need to convert the Blob, so we only do that
// if client-side handler didn't cancel and server-side handler is enabled
console.log(this.pbServerOnDataAvailable);
if (!cancelled && this.pbServerOnDataAvailable) {
// Let the 'onStop' handler know that we're processing data
const { promise, resolve } = Promise.withResolvers();
Expand Down

0 comments on commit f01318d

Please sign in to comment.