Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Add necessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanDalelR committed Jun 20, 2023
1 parent 8064552 commit b8c9eed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/api/actions/github.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import getSlack from "../../../utils/actions/getSlack";
import getOpenAISummary from "../../../utils/actions/getOpenAISummary";
import addActionCount from "../../../utils/db/teams/addActionCount";
import getNotion from "../../../utils/actions/getNotion";
import githubMarkdown from "../../../utils/actions/markdownHelpers/github";
import jiraMarkdown from "../../../utils/actions/markdownHelpers/jira";
import slackMarkdown from "../../../utils/actions/markdownHelpers/slack";
import notionMarkdown from "../../../utils/actions/markdownHelpers/notion";

const app = new App({
appId: process.env.GITHUB_APP_ID,
Expand Down

1 comment on commit b8c9eed

@vercel
Copy link

@vercel vercel bot commented on b8c9eed Jun 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.