fix: admin ui
This commit is contained in:
parent
04eea85a0d
commit
11e0a03df1
6 changed files with 57 additions and 30 deletions
|
|
@ -45,6 +45,7 @@ const getStatusMap = (settings, customerExternalCompliance) => {
|
|||
_.uniq
|
||||
)(triggers)
|
||||
|
||||
const meta = {}
|
||||
const applicantPromises = _.map(service => {
|
||||
return getStatus(settings, service, customerExternalCompliance)
|
||||
})(services)
|
||||
|
|
@ -81,7 +82,6 @@ const getApplicantByExternalId = (settings, externalService, customerId) => {
|
|||
|
||||
module.exports = {
|
||||
getStatusMap,
|
||||
getStatus,
|
||||
createApplicant,
|
||||
getApplicantByExternalId,
|
||||
createLink
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue