Skip to content

Commit

Permalink
fix(samples): dummy module response message type (openwallet-foundati…
Browse files Browse the repository at this point in the history
…on#1321)

Signed-off-by: Ariel Gentile <gentilester@gmail.com>
  • Loading branch information
genaris committed Feb 18, 2023
1 parent ff5596d commit 64a5da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ export class DummyResponseMessage extends AgentMessage {

@IsValidMessageType(DummyResponseMessage.type)
public readonly type = DummyResponseMessage.type.messageTypeUri
public static readonly type = parseMessageType('https://2060.io/didcomm/dummy/1.0/response')
public static readonly type = parseMessageType('https://didcomm.org/dummy/1.0/response')
}

0 comments on commit 64a5da9

Please sign in to comment.