I was able to fix this by getting rid of the ellipsis:
forkJoin(observables).subscribe();
As long as observables is already an array, it should have the same result.
I was able to fix this by getting rid of the ellipsis:
forkJoin(observables).subscribe();
As long as observables is already an array, it should have the same result.