Skip to content

Commit d9940a2

Browse files
committed
feat: removing redundent changes
Signed-off-by: KolbyRKunz <[email protected]>
1 parent aedc9b3 commit d9940a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/anoncreds/src/utils/w3cAnonCredsUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ export function getW3cRecordAnonCredsTags(options: {
222222
...((isIndyDid(issuerId) || isUnqualifiedIndyDid(issuerId)) && {
223223
anonCredsUnqualifiedIssuerId: getUnQualifiedDidIndyDid(issuerId),
224224
anonCredsUnqualifiedCredentialDefinitionId: getUnQualifiedDidIndyDid(credentialDefinitionId),
225-
anonCredsUnqualifiedSchemaId: getUnQualifiedDidIndyDid(schema.issuerId),
225+
anonCredsUnqualifiedSchemaId: getUnQualifiedDidIndyDid(issuerId),
226226
anonCredsUnqualifiedSchemaIssuerId: getUnQualifiedDidIndyDid(schema.issuerId),
227227
anonCredsUnqualifiedRevocationRegistryId: revocationRegistryId
228228
? getUnQualifiedDidIndyDid(revocationRegistryId)

packages/core/src/modules/dif-presentation-exchange/DifPresentationExchangeService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ export class DifPresentationExchangeService {
592592
for (const inputDescriptor of pd.input_descriptors) {
593593
for (const schema of inputDescriptor.schema) {
594594
w3cQuery.push({
595-
$or: [{ expandedTypes: [schema.uri] }, { contexts: [schema.uri] }, { types: [schema.uri] }],
595+
$or: [{ expandedType: [schema.uri] }, { contexts: [schema.uri] }, { type: [schema.uri] }],
596596
})
597597
}
598598
}

0 commit comments

Comments
 (0)