Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-basiuk committed Sep 19, 2024
1 parent e775a41 commit fb82622
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/iden3comm/packers/zkp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,8 @@ export class ZKPPacker implements IPacker {

/** {@inheritDoc IPacker.getSupportedProfiles} */
getSupportedProfiles(): string[] {
return [`env=${this.mediaType()}&alg=${this.getSupportedAlgorithms().join(
return [
`env=${this.mediaType()}&alg=${this.getSupportedAlgorithms().join(
','
)}&circuitIds=${this.getSupportedCircuitIds().join(',')}`
];
Expand Down

0 comments on commit fb82622

Please sign in to comment.