Skip to content

Commit

Permalink
fixed import order
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jan 17, 2024
1 parent c456af9 commit 2ffb2bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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<void> {
Expand Down

0 comments on commit 2ffb2bf

Please sign in to comment.