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

Commit 52c7169

Browse files
committed
Add id to app endpoint
1 parent a64f36c commit 52c7169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/routes/v1/util/transform-app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ const transformApp = (app, stats) => {
55
{
66
categories: app.categories,
77
description: _.get(app, 'description', null),
8+
id: app._id,
89
logoUrl: _.get(app, 'logoUrl', null),
910
name: app.name,
1011
stats,

0 commit comments

Comments
 (0)