Skip to content

Commit 9c0e624

Browse files
authored
Merge pull request #68 from language-transfer/tim/fix-change-position-event
Fix change_position log event
2 parents 799c4f8 + 9a13e56 commit 9c0e624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/components/Listen/Listen.react.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ const Listen = (props: any) => {
9595

9696
const seekTo = async (seconds: number) => {
9797
log({
98-
action: 'change_await TrackPlayer.getPosition()',
98+
action: 'change_position',
9999
surface: 'listen_screen',
100100
course,
101101
lesson,

0 commit comments

Comments
 (0)