This commit is contained in:
Jackie Elliott 2018-06-14 14:00:40 -07:00
Родитель 9a4c91f255
Коммит a9c376aadb
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.