if (req.body.author === req.body.userId) {
        util.setError(401, 'You can not clap to your own post');
        return util.send(res);
      }