(state, description)
| 6 | } |
| 7 | |
| 8 | function buildGithubPayload(state, description) { |
| 9 | return { |
| 10 | state, |
| 11 | description, |
| 12 | context: 'serverless-webhook/pr-body', |
| 13 | }; |
| 14 | } |
| 15 | |
| 16 | export function success(body) { |
| 17 | return buildResponse(204, body); |
no outgoing calls
no test coverage detected