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
1 changed files with 2 additions and 2 deletions

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