Skip to content

Commit

Permalink
Rename test handler to something accurate of what it actually is
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codes committed Mar 1, 2019
1 parent 2f851cd commit 3d89092
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/azure-functions/package.json
Expand Up @@ -7,7 +7,7 @@
"license": "MIT",
"private": true,
"devDependencies": {
"@andrew-codes/github-issue-tester": "^0.0.1",
"@andrew-codes/webhooked-handler-example": "^0.0.1",
"azure-functions-core-tools": "^2.4.419"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/azure-functions/webhooked/index.js
Expand Up @@ -5,7 +5,7 @@ module.exports = async function(context, req) {
context.log(req.body);
try {
const responses = await webhooked({
handlers: ['@andrew-codes/github-issue-tester'],
handlers: ['@andrew-codes/webhooked-handler-example'],
}).handle(req);
context.log(responses);
context.res = { status: 200 };
Expand Down
@@ -1,5 +1,5 @@
{
"name": "@andrew-codes/github-issue-tester",
"name": "@andrew-codes/webhooked-handler-example",
"repository": "git@github.com:andrew-codes/open-issue-sync.git",
"version": "0.0.1",
"main": "src/index.js",
Expand Down
File renamed without changes.

0 comments on commit 3d89092

Please sign in to comment.