Skip to content

Commit a495215

Browse files
committed
fix import
1 parent 0b9d934 commit a495215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/boldsign/actions/send-document-template/send-document-template.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import { ConfigurationError } from "@pipedream/platform";
22
import fs from "fs";
33
import boldsign from "../../boldsign.app.mjs";
4+
import { DOCUMENT_DOWNLOAD_OPTIONS } from "../../common/constants.mjs";
45
import {
56
checkTmp,
67
parseObject,
78
} from "../../common/utils.mjs";
8-
import { DOCUMENT_DOWNLOAD_OPTIONS } from "./common/constants.mjs";
99

1010
export default {
1111
key: "boldsign-send-document-template",

0 commit comments

Comments
 (0)