mirror of
https://github.com/FranP-code/Open-Telegram-to-Notion-Backend.git
synced 2025-10-12 23:52:54 +00:00
Response bugfix
This commit is contained in:
@@ -54,7 +54,7 @@ router.post('/', async (req, res) => {
|
|||||||
const response = await requestAccessToken()
|
const response = await requestAccessToken()
|
||||||
|
|
||||||
res.status(response.status).json(
|
res.status(response.status).json(
|
||||||
response
|
response.data
|
||||||
)
|
)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user