mirror of
https://github.com/mosip/inji-wallet.git
synced 2026-01-09 13:38:01 -05:00
[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:
@@ -146,6 +146,7 @@ export const getCredentialIssuersWellKnownConfig = async (
|
||||
const wellknownResponse = await CACHED_API.fetchIssuerWellknownConfig(
|
||||
issuer!,
|
||||
issuerHost,
|
||||
true,
|
||||
);
|
||||
try {
|
||||
if (wellknownResponse) {
|
||||
|
||||
Reference in New Issue
Block a user