Skip to content

Commit

Permalink
Fix change_position log event
Browse files Browse the repository at this point in the history
This got caught in a find/replace, looks like
  • Loading branch information
SyntaxBlitz committed Dec 29, 2022
1 parent 799c4f8 commit 9a13e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/components/Listen/Listen.react.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ const Listen = (props: any) => {

const seekTo = async (seconds: number) => {
log({
action: 'change_await TrackPlayer.getPosition()',
action: 'change_position',
surface: 'listen_screen',
course,
lesson,
Expand Down

0 comments on commit 9a13e56

Please sign in to comment.