Skip to content

Commit d59fe4b

Browse files
committed
fix: load from cache
1 parent 07832c2 commit d59fe4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/accounts/AbstractCreditAccountsService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ export abstract class AbstractCreditAccountService extends SDKConstruct {
210210
const factory = await marketSuite.getKYCFactory();
211211

212212
const investor = factory
213-
? await factory.getInvestor(ca.creditAccount)
213+
? await factory.getInvestor(ca.creditAccount, true)
214214
: undefined;
215215

216216
return { ...ca, investor: investor ?? ca.owner };

0 commit comments

Comments
 (0)