Spaces:
Running
Running
Update lib/instagram.js
Browse files- lib/instagram.js +3 -2
lib/instagram.js
CHANGED
@@ -61,8 +61,9 @@ async function gramvio(username) {
|
|
61 |
return res.data
|
62 |
}
|
63 |
let res_profile = await get_response("username", username)
|
64 |
-
|
65 |
-
|
|
|
66 |
}
|
67 |
|
68 |
module.exports = { sss_instagram, gramvio}
|
|
|
61 |
return res.data
|
62 |
}
|
63 |
let res_profile = await get_response("username", username)
|
64 |
+
// error
|
65 |
+
//let res_post = await get_response("id", res_profile.getprofile.id)
|
66 |
+
return res_profile
|
67 |
}
|
68 |
|
69 |
module.exports = { sss_instagram, gramvio}
|