Skip to content

Commit a236687

Browse files
Update replaceFoundLink.js
1 parent 389626d commit a236687

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/Links/replace/replaceFoundLink.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// 6. Perform some action after successful addition
77
// All values of variables starting with "YOUR_****" should be replaced by real user values
88

9-
import credentials from "./credentials.json" with { type: "json" };
9+
import credentials from "./credentials.json" with { type: "json" }; // json-file in this format: { "id": "*****", "key": "*******" }
1010
import fs from 'node:fs/promises';
1111
import path from 'node:path';
1212
import { PdfApi } from "asposepdfcloud";;

0 commit comments

Comments
 (0)