Skip to content

Commit

Permalink
Update embedvideo.js
Browse files Browse the repository at this point in the history
  • Loading branch information
djamg committed Dec 5, 2023
1 parent 8bf5efe commit c70083c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions funnel/assets/js/utils/embedvideo.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ const Video = {
type = 'youtube';
} else if (regexMatch.groups.service.indexOf('vimeo') > -1) {
type = 'vimeo';
return {
type,
videoId: regexMatch.groups.videoId,
paramId: regexMatch.groups.paramId,
};
}
return {
type,
Expand Down

0 comments on commit c70083c

Please sign in to comment.