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 0b9d934 commit a495215Copy full SHA for a495215
components/boldsign/actions/send-document-template/send-document-template.mjs
@@ -1,11 +1,11 @@
1
import { ConfigurationError } from "@pipedream/platform";
2
import fs from "fs";
3
import boldsign from "../../boldsign.app.mjs";
4
+import { DOCUMENT_DOWNLOAD_OPTIONS } from "../../common/constants.mjs";
5
import {
6
checkTmp,
7
parseObject,
8
} from "../../common/utils.mjs";
-import { DOCUMENT_DOWNLOAD_OPTIONS } from "./common/constants.mjs";
9
10
export default {
11
key: "boldsign-send-document-template",
0 commit comments