diff --git a/compat/operator/startWith.ts b/compat/operator/startWith.ts index 72a09f5eb73..af1c3b800e4 100644 --- a/compat/operator/startWith.ts +++ b/compat/operator/startWith.ts @@ -26,5 +26,5 @@ export function startWith(this: Observable, ...array: Array(this: Observable, ...array: Array): Observable { - return higherOrder(...array)(this); + return higherOrder(...array)(this); }