Skip to content

Commit 76082f8

Browse files
committed
fix: return agg
1 parent 020c414 commit 76082f8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "1.11.0-pre-9-beta-3",
3+
"version": "1.11.0-pre-9-beta-4",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/Common/Common.service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ export const getAppsInfoForEnv = async ({ envId, appIds }: GetAppsInfoForEnvProp
533533
appName: appName || '',
534534
appStatus: appStatus || StatusType.UNKNOWN,
535535
})
536+
return agg
536537
}, []),
537538
}
538539
}

0 commit comments

Comments
 (0)