randydev commited on
Commit
e65559b
·
1 Parent(s): 6b32177
Files changed (1) hide show
  1. lib/all.js +1 -0
lib/all.js CHANGED
@@ -127,6 +127,7 @@ async function TwitterDownloaderV2(url) {
127
  const result = await lubacotscaper.default.twdl(url);
128
  if typeof(result === "object") {
129
  result.owner = "xtdevs";
 
130
  return result;
131
  }
132
  } catch (error) {
 
127
  const result = await lubacotscaper.default.twdl(url);
128
  if typeof(result === "object") {
129
  result.owner = "xtdevs";
130
+ delete result.issues;
131
  return result;
132
  }
133
  } catch (error) {