Skip to content

Commit

Permalink
Remove the constant to fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
toresbe committed Jul 13, 2023
1 parent c9f9aef commit 2346cc7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/scheduling/ScheduledVideo.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
import { differenceInSeconds, sub } from "date-fns";
import type { ScheduleEntry } from "../generated/index.js";
import {
CASPAR_MEDIA_URL_PREFIX,
CHANNEL_FPS,
VIDEO_LAYER,
} from "../config.js";
import { CHANNEL_FPS, VIDEO_LAYER } from "../config.js";
import { log } from "../log.js";
import { compactDate, compactTimestamp } from "./ScheduleLoader.js";
import type { ScheduleItem } from "./ScheduleLoader.js";
Expand Down

0 comments on commit 2346cc7

Please sign in to comment.