Skip to content

Commit bf1ddc0

Browse files
committed
Consistent type imports
1 parent 2756879 commit bf1ddc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/netlify/slack_interaction.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Handler, HandlerEvent, HandlerResponse } from "@netlify/functions";
1+
import type { Handler, HandlerEvent, HandlerResponse } from "@netlify/functions";
22

33
import { deleteRepo } from "../github.js";
44
import { SIGNATURE_HEADER, TIMESTAMP_HEADER, updateMessage, validatePayload } from "../slack.js";

0 commit comments

Comments
 (0)