[INJIMOB-3127] fix cache preferred api call for vc rendering (#1863)

Signed-off-by: Abhishek Paul <paul.apaul.abhishek.ap@gmail.com>
This commit is contained in:
abhip2565
2025-03-21 14:47:06 +05:30
committed by GitHub
parent ad7e9a3ab0
commit edf5bdbf72

View File

@@ -146,6 +146,7 @@ export const getCredentialIssuersWellKnownConfig = async (
const wellknownResponse = await CACHED_API.fetchIssuerWellknownConfig(
issuer!,
issuerHost,
true,
);
try {
if (wellknownResponse) {