Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Saelmala committed Nov 14, 2024
1 parent c5a9f81 commit f1f3584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/manager/teardown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ export async function teardown(
});

for (const ingest of ingests) {
// CHeck if all ingest streams have been stopped
// Check if all ingest streams have been stopped
if (ingest.streams?.length)
throw `Failed to stop ingest streams for ingest ${ingest.name}`;
// Check if all SRT sources have been deleted
Expand Down

0 comments on commit f1f3584

Please sign in to comment.