fix: admin ui

This commit is contained in:
Rafael Taranto 2024-06-18 10:42:59 +01:00
parent 04eea85a0d
commit 11e0a03df1
6 changed files with 57 additions and 30 deletions

View file

@ -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