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

@ -39,7 +39,6 @@ const createLink = (account, userId, level) => {
}
const getApplicantByExternalId = (account, id) => {
console.log('id', id)
if (!id) {
return Promise.reject('Missing required fields: id')
}