Skip to content

Commit d62c0f8

Browse files
committed
chore: correct RestApiIngestRundown to allow the optional playlistExternalId property
1 parent 6550898 commit d62c0f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meteor/server/lib/rest/v1/ingest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ export interface IngestRestAPI {
232232
): Promise<ClientAPI.ClientResponse<void>>
233233
}
234234

235-
export type RestApiIngestRundown = Omit<IngestRundown, 'playlistExternalId'> & {
235+
export type RestApiIngestRundown = IngestRundown & {
236236
resyncUrl: string
237237
}
238238

0 commit comments

Comments
 (0)