Skip to content

Commit

Permalink
Update packages/timeline-state-resolver/src/service/device.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Julian Waller <[email protected]>
  • Loading branch information
jstarpl and Julusian authored Sep 9, 2024
1 parent 84a53cd commit 5797d0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/timeline-state-resolver/src/service/device.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export type CommandWithContext = {
timelineObjId: string
/** this command is to be executed x ms _before_ the scheduled time */
preliminary?: number
/** commands with different queueId's can be executed in paralel in sequential mode */
/** commands with different queueId's can be executed in parallel in sequential mode */
queueId?: string
}

Expand Down

0 comments on commit 5797d0d

Please sign in to comment.