Skip to content

Commit bdacb49

Browse files
committed
tours: fix
1 parent 42866c9 commit bdacb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tours/src/helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ export async function autostartTours(tourInfos, location, token, userId) {
7474
}
7575

7676
const tourCompleted = () => {
77-
saveTourAutostartStatus(t, token, userId).catch((err) => console.log(err))
77+
saveTourAutostartStatus(t.tourId, token, userId).catch((err) => console.log(err))
7878
setTourBrowserStatus(t, "finished")
7979
}
8080

0 commit comments

Comments
 (0)