зеркало из https://github.com/Azure/spec-sla-bot.git
Remove undefined variable
This commit is contained in:
Родитель
9a4c91f255
Коммит
a9c376aadb
|
@ -39,7 +39,7 @@ func (s *SpecslaSubscriber) ReceivePullRequestEvent(c buffalo.Context, e eventgr
|
|||
}
|
||||
|
||||
// Replace the code below with your logic
|
||||
return c.Render(200, render.JSON(map[string]string{"message": "Welcome to Buffalo!", "repo name": repoName}))
|
||||
return nil
|
||||
}
|
||||
|
||||
// ReceiveLabelEvent will respond to an `eventgrid.Event` carrying a serialized `LabelEvent` as its payload.
|
||||
|
|
Загрузка…
Ссылка в новой задаче