mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update log
This commit is contained in:
parent
5cfe0a14e9
commit
45c1ba2d25
1 changed files with 1 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue