Skip to content

Commit

Permalink
fix: export default the probot handler (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound authored Sep 18, 2024
1 parent ea1f555 commit 19d9818
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
private.key
node_modules
lib
lib
.envrc
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,3 +84,5 @@ export const probotRunner = (app: Probot) => {
}
});
};

export default probotRunner;

0 comments on commit 19d9818

Please sign in to comment.