Skip to content

Commit 21cfa05

Browse files
github-actions[bot]Klesh Wong
andauthored
fix: pagerduty scope api listing service without related projects (#7587) (#7592)
Co-authored-by: Klesh Wong <zhenmian.huang@merico.dev>
1 parent 103d1a3 commit 21cfa05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/plugins/pagerduty/models/service.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ type Service struct {
3535
}
3636

3737
func (s Service) ScopeId() string {
38-
return s.Name
38+
return s.Id
3939
}
4040

4141
func (s Service) ScopeName() string {

0 commit comments

Comments
 (0)