1
0
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:
Norbi 2023-02-07 23:32:40 +02:00 committed by GitHub
parent a553d9ea28
commit eaa71ea64a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()