Skip to content

Commit

Permalink
fix: change DeviceType.MULTI_OSC value
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Mar 9, 2023
1 parent 7e92c11 commit 386ba6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/timeline-state-resolver-types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export enum DeviceType {
OBS = 21,
SOFIE_CHEF = 22,
TELEMETRICS = 23,
MULTI_OSC = 24,
MULTI_OSC = 25,
}

export type TSRTimelineKeyframe<TContent> = Timeline.TimelineKeyframe<TContent>
Expand Down

0 comments on commit 386ba6c

Please sign in to comment.