Skip to content

Commit

Permalink
fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
daibhin committed Apr 16, 2024
1 parent 876289d commit adaa455
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ export const playerSettingsLogic = kea<playerSettingsLogicType>([
},
],
timestampFormat: [
TimestampFormat.Relative,
TimestampFormat.Relative as TimestampFormat,
{ persist: true },
{
setTimestampFormat: (_, { format }) => format,
Expand Down

0 comments on commit adaa455

Please sign in to comment.