Skip to content

Commit e455eac

Browse files
authored
Merge pull request #1076 from opencrvs/fix-certificate-config
fix certificate config
2 parents f4cd851 + 9b2c40b commit e455eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/certificates/handler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,5 +421,5 @@ export async function certificateHandler(request: Request, h: ResponseToolkit) {
421421
}
422422
}
423423
]
424-
return certificateConfigs.map((x) => ({ ...x, conditionals: [] }))
424+
return certificateConfigs
425425
}

0 commit comments

Comments
 (0)