chore: fix external compliance mock
This commit is contained in:
parent
a16abfb709
commit
144e2c4616
2 changed files with 11 additions and 5 deletions
|
|
@ -5,7 +5,9 @@ const { APPROVED } = require('../consts')
|
|||
const CODE = 'mock-compliance'
|
||||
|
||||
const createLink = (settings, userId, level) => {
|
||||
return `this is a mock external link, ${userId}, ${level}`
|
||||
return Promise.resolve({
|
||||
url: `this is a mock external link, ${userId}, ${level}`,
|
||||
})
|
||||
}
|
||||
|
||||
const getApplicantStatus = account => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue