Skip to content

Commit efdce56

Browse files
committed
move around
1 parent abc4c68 commit efdce56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/bot/src/features/devin-status.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {
55
getDevinSessionDetail,
66
isDevinSessionWorking,
77
} from "../devin/index.js";
8-
import { createOrUpdateCheck, ProbotContext } from "../lib/github-checks.js";
8+
import { createOrUpdateCheck, ProbotContext } from "../github/check.js";
99

1010
const CHECK_NAME = "Devin";
1111

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { Probot } from "probot";
21
import { RestEndpointMethodTypes } from "@octokit/plugin-rest-endpoint-methods";
2+
import { Probot } from "probot";
33

44
export type ProbotContext = Parameters<Parameters<Probot["on"]>[1]>[0];
55

0 commit comments

Comments
 (0)