mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
add comment
This commit is contained in:
parent
05e73ebc9c
commit
93cca5040e
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ export function newsletterServiceRouter() {
|
|||
|
||||
// eslint-disable-next-line @typescript-eslint/no-misused-promises
|
||||
router.post('/create', async (req, res) => {
|
||||
logger.info('create newsletter in the')
|
||||
logger.info('create newsletter in the library')
|
||||
|
||||
try {
|
||||
const { message, expired } = readPushSubscription(req)
|
||||
|
|
|
|||
Loading…
Reference in a new issue