We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2756879 commit bf1ddc0Copy full SHA for bf1ddc0
src/netlify/slack_interaction.ts
@@ -1,4 +1,4 @@
1
-import { Handler, HandlerEvent, HandlerResponse } from "@netlify/functions";
+import type { Handler, HandlerEvent, HandlerResponse } from "@netlify/functions";
2
3
import { deleteRepo } from "../github.js";
4
import { SIGNATURE_HEADER, TIMESTAMP_HEADER, updateMessage, validatePayload } from "../slack.js";
0 commit comments