keon94 commented on code in PR #6116:
URL:
https://github.com/apache/incubator-devlake/pull/6116#discussion_r1331146580
##########
backend/plugins/pagerduty/impl/impl.go:
##########
@@ -109,7 +109,7 @@ func (p PagerDuty) PrepareTaskData(taskCtx
plugin.TaskContext, options map[strin
}
client, err := helper.NewApiClient(taskCtx.GetContext(),
connection.Endpoint, map[string]string{
Review Comment:
This will utilize this
[code](https://github.com/apache/incubator-devlake/blob/8bcacd8eeefe4c88d0a0e5135bd026feac94a5b3/backend/plugins/pagerduty/models/connection.go#L33)
which already correctly sets the token.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]