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 authored and karimStekelenburg committed Mar 17, 2023
1 parent 70b2f8a commit d252ba1
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 d252ba1

Please sign in to comment.