Skip to content

Commit

Permalink
Merge pull request #68 from language-transfer/tim/fix-change-position…
Browse files Browse the repository at this point in the history
…-event

Fix change_position log event
  • Loading branch information
SyntaxBlitz committed Aug 31, 2023
2 parents 799c4f8 + 9a13e56 commit 9c0e624
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 9c0e624

Please sign in to comment.