Skip to content

Commit

Permalink
Renamings
Browse files Browse the repository at this point in the history
  • Loading branch information
olegnn committed Dec 6, 2024
1 parent c361dbf commit a99053b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ export default function withParams(klass) {
(
await this.cheqdOnly.latestResourceMetadataBy(
targetDid,
this.cheqdOnly.filterMetadata,
this.cheqdOnly.filterParamsMetadata,
)
)?.id,
);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import injectParams from '../common/inject-params';
export default class CheqdOffchainSignaturesInternalModule extends injectParams(
class {},
) {
filterMetadata(meta) {
filterParamsMetadata(meta) {
return meta.resourceType === 'offchain-signature-params';
}
}

0 comments on commit a99053b

Please sign in to comment.