zehfernandes / twitter-following-map-obsidian

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we use Twitter API to get users's ID instead fo this hardcoded ID?

cuducos opened this issue · comments

let isMutal = userFollowing.data.ids.filter(id => id == "40301836").length > 0 ? true : false

Nice catch. Yes! Already made a change to fix it.

Thanks 🙌

Excellent ✨