randydev commited on
Commit
773e40e
·
verified ·
1 Parent(s): 2149c25

Update lib/all.js

Browse files
Files changed (1) hide show
  1. lib/all.js +3 -3
lib/all.js CHANGED
@@ -28,9 +28,9 @@ import {
28
  import { trbtoken, trburl } from '../config.js';
29
 
30
  async function InstagramDLV2(url) {
31
- const data = await instagramGetUrl(url);
32
- console.log(data);
33
- return data;
34
  }
35
 
36
  async function InstagramDLV3(url) {
 
28
  import { trbtoken, trburl } from '../config.js';
29
 
30
  async function InstagramDLV2(url) {
31
+ // const data = await instagramGetUrl(url);
32
+ console.log(instagramGetUrl);
33
+ return {"message": "ok"};
34
  }
35
 
36
  async function InstagramDLV3(url) {