Skip to content
This repository has been archived by the owner on Aug 12, 2023. It is now read-only.

Commit

Permalink
Add description to apps
Browse files Browse the repository at this point in the history
  • Loading branch information
cbovis committed Aug 2, 2020
1 parent 6d5dc8a commit 6e83928
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/apps/get-apps-with-stats-for-dates.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ const getAppsWithStatsForDates = async (dateFrom, dateTo, options) => {

return {
categories: app.categories,
description: _.get(app, 'description', null),
id: app.id,
logoUrl: _.get(app, 'logoUrl', null),
name: app.name,
Expand Down

0 comments on commit 6e83928

Please sign in to comment.