Skip to content

Commit

Permalink
fix: pagerduty scope api listing service without related projects (#7587
Browse files Browse the repository at this point in the history
) (#7592)

Co-authored-by: Klesh Wong <zhenmian.huang@merico.dev>
  • Loading branch information
github-actions[bot] and klesh committed Jun 7, 2024
1 parent 103d1a3 commit 21cfa05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/plugins/pagerduty/models/service.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ type Service struct {
}

func (s Service) ScopeId() string {
return s.Name
return s.Id
}

func (s Service) ScopeName() string {
Expand Down

0 comments on commit 21cfa05

Please sign in to comment.