Fix typo in claim certificate api
This commit is contained in:
@ -84,7 +84,7 @@ export default function certificate(app) {
|
||||
|
||||
function verifyCert(certType, req, res, next) {
|
||||
const { user } = req;
|
||||
return user.getChallengeMap()
|
||||
return user.getChallengeMap$()
|
||||
.flatMap(() => certTypeIds[certType])
|
||||
.flatMap(challenge => {
|
||||
const {
|
||||
|
Reference in New Issue
Block a user