Skip to content

Commit

Permalink
Update packages/agent/src/store-data-protocols.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Tsai <[email protected]>
  • Loading branch information
LiranCohen and thehenrytsai committed Jul 12, 2024
1 parent de4713f commit 31e6240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/src/store-data-protocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const IdentityProtocolDefinition: ProtocolDefinition = {
}
};

export const JWKProtocolDefinition: ProtocolDefinition = {
export const JwkProtocolDefinition: ProtocolDefinition = {
protocol : 'http://identity.foundation/protocols/web5/jwk-store',
published : false,
types : {
Expand Down

0 comments on commit 31e6240

Please sign in to comment.