Skip to content

Commit

Permalink
lint: Applied linting rules.
Browse files Browse the repository at this point in the history
  • Loading branch information
KvelaGorrrrnio committed Nov 27, 2023
1 parent 4e86b5c commit 13c8d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/classes/RundownManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import { literal, parseModifiedDateFromInewsStoryWithFallbackToNow, ReflectPromi
import { VERSION } from '../version'
import { SegmentId } from '../helpers/id'
import { ILogger } from '@tv2media/logger'
import { CoreHandler } from "../coreHandler";
import { StatusCode } from "@sofie-automation/shared-lib/dist/lib/status";
import { CoreHandler } from '../coreHandler'
import { StatusCode } from '@sofie-automation/shared-lib/dist/lib/status'

function isFile(f: INewsDirItem): f is INewsFile {
return f.filetype === 'file'
Expand Down

0 comments on commit 13c8d2f

Please sign in to comment.