Skip to content

Commit

Permalink
Merge pull request #88 from srikanthlogic/dev
Browse files Browse the repository at this point in the history
Maintenance updates
  • Loading branch information
srikanthlogic authored Dec 22, 2024
2 parents 3a32e46 + ef63392 commit ba6769f
Show file tree
Hide file tree
Showing 4 changed files with 1,561 additions and 4,294 deletions.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ router.get('/apps/:appId/reviews', function (req, res, next) {
const opts = Object.assign({ appId: req.params.appId, country: req.query.country, num: parseInt(req.query.num) || 100 }, req.query);

const includeUserData = req.query.userdata === 'true';
const includeReplies = req.query.replies == 'true';
const includeReplies = req.query.replies === 'true';

const processReviews = (reviews, includeUserData, includeReplies) => {
const sanitizeReplyText = (text, userName) => {
Expand Down
Loading

0 comments on commit ba6769f

Please sign in to comment.