From a1408fe9a4886ea36658107a95d41038cdb1f7ae Mon Sep 17 00:00:00 2001 From: Jim Date: Tue, 15 Sep 2020 12:30:53 -0400 Subject: [PATCH] Update internal/session/connection_state.go Co-authored-by: Jeff Mitchell --- internal/session/connection_state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/session/connection_state.go b/internal/session/connection_state.go index 4110b4149c..62e9cda8cc 100644 --- a/internal/session/connection_state.go +++ b/internal/session/connection_state.go @@ -26,7 +26,7 @@ func (s ConnectionStatus) String() string { return string(s) } -// State of the session +// State of the connection type ConnectionState struct { // ConnectionId is used to access the state via an API ConnectionId string `json:"public_id,omitempty" gorm:"primary_key"`