aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/client/apis/recording/recordingApi.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/apis/recording/recordingApi.ts b/src/client/apis/recording/recordingApi.ts
index 3e9f030ab..cce19deec 100644
--- a/src/client/apis/recording/recordingApi.ts
+++ b/src/client/apis/recording/recordingApi.ts
@@ -173,7 +173,7 @@ export class RecordingApi {
// TODO: extract this into different class with pause and resume recording
private playFFView: CollectionFreeFormView | null;
- public followMovements = (presentation: Presentation, docView: CollectionFreeFormView): undefined | Error => {
+ public followMovements = (presentation: Presentation): undefined | Error => {
if (presentation.startDate === null || this.playFFView === null) {
return new Error('[recordingApi.ts] followMovements() failed: no presentation data or no view')
}