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 100b8bb commit 7a2b467Copy full SHA for 7a2b467
components/richpanel/actions/create-ticket/create-ticket.mjs
@@ -1,7 +1,7 @@
1
import { ConfigurationError } from "@pipedream/platform";
2
+import { VIA_CHANNEL_OPTIONS } from "../../common/constants.mjs";
3
import { parseObject } from "../../common/utils.mjs";
4
import richpanel from "../../richpanel.app.mjs";
-import { VIA_CHANNEL_OPTIONS } from "./common/constants.mjs";
5
6
export default {
7
key: "richpanel-create-ticket",
0 commit comments