diff --git a/src/index.ts b/src/index.ts index 502fec6..81750b5 100644 --- a/src/index.ts +++ b/src/index.ts @@ -4,8 +4,8 @@ import { envVar } from "@eng-automation/js"; import type { IssueCommentCreatedEvent } from "@octokit/webhooks-types"; import { START_DATE } from "./constants"; -import { handleCommand } from "./handle-command"; import { cron } from "./cron"; +import { handleCommand } from "./handle-command"; import { GithubReactionType } from "./types"; export async function run(): Promise {