Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Sep 11, 2024
1 parent 13772e4 commit bcdb35b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/hooks/items/addSetupItem.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import { SourceReference, Type } from '../../interfaces/Source';
import { HtmlReference, MediaplayerReference, Production } from '../../interfaces/production';
import {
HtmlReference,
MediaplayerReference,
Production
} from '../../interfaces/production';

export function addSetupItem(
source: SourceReference,
Expand All @@ -15,7 +19,7 @@ export function addSetupItem(
{
_id: source._id,
type: source.type,
label: source.label,
label: source.label,
stream_uuids: source.stream_uuids,
input_slot: source.input_slot
}
Expand Down

0 comments on commit bcdb35b

Please sign in to comment.