Skip to content

Commit

Permalink
chore: adjust ios reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
yamilmedina committed Nov 17, 2023
1 parent 7e1f140 commit 8817dcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ios-reviews.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import json from 'json-normalize';

const getReviews = app.reviews({
appId: 'com.wearezeta.zclient.ios',
sort: app.sort.NEWEST,
sort: app.sort.RECENT,
page: 10,
country: 'us'
}).then(it => { json.stringify(it, (err, results) => { console.log(results) })
Expand Down

0 comments on commit 8817dcf

Please sign in to comment.