deepak191z commited on
Commit
c28fab4
·
verified ·
1 Parent(s): 85899ff

Update index.js

Browse files
Files changed (1) hide show
  1. index.js +1 -1
index.js CHANGED
@@ -62,7 +62,7 @@ const html = `
62
  headers: {
63
  'Content-Type': 'application/json',
64
  },
65
- body: JSON.stringify({ videoUrl, videoTitle }),
66
  });
67
 
68
  if (response.ok) {
 
62
  headers: {
63
  'Content-Type': 'application/json',
64
  },
65
+ body: JSON.stringify({ videoUrl}),
66
  });
67
 
68
  if (response.ok) {