Skip to content

Commit 9a13e56

Browse files
committed
Fix change_position log event
This got caught in a find/replace, looks like
1 parent 799c4f8 commit 9a13e56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/components/Listen/Listen.react.tsx

+1-1
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)