Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit c16228b

Browse files
turt2livet3chguy
andauthored
Update src/voice/VoiceRecording.ts
Co-authored-by: Michael Telatynski <[email protected]>
1 parent b5bb767 commit c16228b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/voice/VoiceRecording.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ export class VoiceRecording extends EventEmitter implements IDestroyable {
373373
const { url: mxc, file: encrypted } = await uploadFile(this.client, inRoomId, new Blob([this.audioBuffer], {
374374
type: this.contentType,
375375
}));
376-
this.lastUpload = {mxc, encrypted};
376+
this.lastUpload = { mxc, encrypted };
377377
this.emit(RecordingState.Uploaded);
378378
return this.lastUpload;
379379
}

0 commit comments

Comments
 (0)