1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-06 03:50:26 +02:00

Fix bad to/cc when undo dislike

This commit is contained in:
Chocobozzz 2017-11-30 14:15:17 +01:00
parent f00984c007
commit fef2c7164e
No known key found for this signature in database
GPG key ID: 583A612D890159BE
3 changed files with 4 additions and 4 deletions

View file

@ -7,7 +7,7 @@ const activityPubValidator = [
body('').custom((value, { req }) => isRootActivityValid(req.body)),
(req: express.Request, res: express.Response, next: express.NextFunction) => {
logger.debug('Checking activity pub parameters', { parameters: req.body })
logger.debug('Checking activity pub parameters')
if (areValidationErrors(req, res)) return