Skip to content

Commit

Permalink
fix: Fix the session request error
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeesha committed Oct 26, 2021
1 parent 66e44a1 commit ebdf024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/session/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ func (sesh *Session) requestSession() error {

log.Println("Sending an e-mail to you...")

_, err = sesh.client.Request("PUT", "apps/00000000000000000000000000000001/user_session_request", map[string]interface{}{
_, err = sesh.client.Request("PUT", "apps/00000000000000000000000000000000/user_session_request", map[string]interface{}{
"email": email,
"fromCli": true,
})
Expand Down

0 comments on commit ebdf024

Please sign in to comment.