Update log

This commit is contained in:
Hongbo Wu 2022-08-22 16:45:10 +08:00
parent 5cfe0a14e9
commit 45c1ba2d25

View file

@ -127,7 +127,7 @@ export function articleRouter() {
}
}
logger.info('Text to speech request', { articleId })
logger.info('Create Text to speech task', { articleId })
const page = await getPageById(articleId)
if (!page) {
return res.status(404).send('Page not found')