Fix function name in comment

This commit is contained in:
Lukasz Leszczuk 2019-09-06 17:02:39 +02:00
commit e7b8acae0f

View File

@ -63,7 +63,7 @@ func (p *BitbucketProvider) SetRepository(repository string) {
} }
} }
// GetEmailAddress returns the email of the authenticated user // GetUserDetails returns the email of the authenticated user
func (p *BitbucketProvider) GetUserDetails(s *sessions.SessionState) (*UserDetails, error) { func (p *BitbucketProvider) GetUserDetails(s *sessions.SessionState) (*UserDetails, error) {
var emails struct { var emails struct {
Values []struct { Values []struct {