randydev commited on
Commit
8abec53
·
1 Parent(s): c923561
Files changed (1) hide show
  1. lib/all.js +1 -1
lib/all.js CHANGED
@@ -125,7 +125,7 @@ function generateRandomTimestamp() {
125
 
126
  async function FBDownloaderV2(url) {
127
  try {
128
- const results = getFbVideoInfo(url);
129
  console.log(results);
130
  return results;
131
  } catch (error) {
 
125
 
126
  async function FBDownloaderV2(url) {
127
  try {
128
+ const results = await getFbVideoInfo(url);
129
  console.log(results);
130
  return results;
131
  } catch (error) {