We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103d1a3 commit 21cfa05Copy full SHA for 21cfa05
1 file changed
backend/plugins/pagerduty/models/service.go
@@ -35,7 +35,7 @@ type Service struct {
35
}
36
37
func (s Service) ScopeId() string {
38
- return s.Name
+ return s.Id
39
40
41
func (s Service) ScopeName() string {
0 commit comments