Skip to content

Commit

Permalink
Fix build?
Browse files Browse the repository at this point in the history
  • Loading branch information
HugoGresse committed Oct 13, 2024
1 parent 42082da commit c78dd37
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { OverwriteSpeakerSessionsType } from './sessionsSpeakers'
import { StaticTypeOfSpeakerSessionsType } from './sessionsSpeakers'
import { Value } from '@sinclair/typebox/value'
import { Type } from '@sinclair/typebox'
import { FormatError } from '../../other/Errors'
Expand All @@ -16,7 +16,7 @@ import { randomColor } from '../../other/randomColor'
* @param overwriteData
* @param event
*/
export const verifyOverwriteData = (overwriteData: OverwriteSpeakerSessionsType, event: Event) => {
export const verifyOverwriteData = (overwriteData: StaticTypeOfSpeakerSessionsType, event: Event) => {
const tracksToCreates = new Map<string, Track>()
const categoriesToCreates = new Map<string, Category>()
const formatsToCreates = new Map<string, Format>()
Expand Down

0 comments on commit c78dd37

Please sign in to comment.