mirror of
https://github.com/oceanprotocol/community-numbers.git
synced 2024-11-21 17:27:01 +01:00
commented out twitter api call (#151)
This commit is contained in:
parent
a553d9ea28
commit
eaa71ea64a
@ -38,12 +38,12 @@ export default async (req, res) => {
|
||||
logError(error.message)
|
||||
}
|
||||
|
||||
try {
|
||||
/* try {
|
||||
const twitter = await fetchTwitter()
|
||||
response = { ...response, twitter }
|
||||
} catch (error) {
|
||||
logError(error.message)
|
||||
}
|
||||
} */
|
||||
|
||||
try {
|
||||
const telegram = await fetchTelegram()
|
||||
|
Loading…
Reference in New Issue
Block a user