add comment

This commit is contained in:
Hongbo Wu 2023-08-11 14:41:21 +08:00
parent 05e73ebc9c
commit 93cca5040e

View file

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