Skip to content

Commit

Permalink
Update cuepoint data
Browse files Browse the repository at this point in the history
  • Loading branch information
greg-el committed Sep 21, 2023
1 parent cd921a1 commit d513728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/src/routes/vimeoPlayer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function VimeoPlayer() {
const player = new Player(vimeoPlayer.current);
const id = uuidv4();

player.addCuePoint(2.5, { helloMatus: "bar" });
player.addCuePoint(2.5, { foo: "bar" });

startVimeoTracking({
video: player,
Expand Down

0 comments on commit d513728

Please sign in to comment.