Skip to content

Commit

Permalink
fix: A type literal property(multipleTrackHistory) cannot have an i…
Browse files Browse the repository at this point in the history
…nitializer.
  • Loading branch information
UnschooledGamer committed Oct 22, 2024
1 parent 74f9ca4 commit 7fbd1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ export type RiffyOptions = {
/**
* @description Default is false (only one track)
*/
multipleTrackHistory?: number | boolean = false;
multipleTrackHistory?: number | boolean;
} & Exclude<NodeOptions, "sessionId">

// In index.d.ts
Expand Down

0 comments on commit 7fbd1de

Please sign in to comment.