Skip to content

Commit

Permalink
Add packet resp OpenSessionPacketResponse 3
Browse files Browse the repository at this point in the history
  • Loading branch information
marino39 committed Feb 5, 2024
1 parent b7064d1 commit d578188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intents/packets/open_session.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ func (p *OpenSessionPacket) HasIDToken() bool {
return p.Proof.IDToken != ""
}

const OpenSessionPacketResponseCode = "openSession"
const OpenSessionPacketResponseCode = "sessionOpened"

type OpenSessionPacketResponse struct {
Code string `json:"code"`
Expand Down

0 comments on commit d578188

Please sign in to comment.