diff --git a/shared/js/voice/RecorderProfile.ts b/shared/js/voice/RecorderProfile.ts index aaf8b55d..5108ad35 100644 --- a/shared/js/voice/RecorderProfile.ts +++ b/shared/js/voice/RecorderProfile.ts @@ -25,7 +25,7 @@ interface RecorderProfileConfig { } } -let default_recorder: RecorderProfile /* needs initialize */ +let default_recorder: RecorderProfile; /* needs initialize */ class RecorderProfile { readonly name; readonly volatile; /* not saving profile */