Skip to content

Commit d268021

Browse files
committed
FIX: remove revoke
1 parent 044dbed commit d268021

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

packages/lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@palabra-ai/translator",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": false,
55
"main": "dist/lib.js",
66
"types": "dist/index.d.ts",

packages/lib/src/utils/track-from-file.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,5 @@ export const createTrackFromFile = async (
3737
throw new Error('No audio track found');
3838
}
3939

40-
URL.revokeObjectURL(audioUrl);
41-
4240
return { track: audioTrack, audioElement };
4341
};

0 commit comments

Comments
 (0)