Skip to content

Commit 95576d5

Browse files
committed
docs: add issue number to decryptPdf example
1 parent 077e5d2 commit 95576d5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/examples/advanced/decryptPdf.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export const info: ExampleInfo = {
1515
description:
1616
"The action `custom.decryptAndStorePdf` decrypts and stores a PDF file.",
1717
category: ExampleCategory.ADVANCED,
18+
issues: [355],
1819
pullRequests: [381],
1920
}
2021

src/gas/examples/advanced/decryptPdf-test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function decryptPdfTestConfig() {
1212
description:
1313
"The action `custom.decryptAndStorePdf` decrypts and stores a PDF file.",
1414
category: "advanced",
15+
issues: [355],
1516
pullRequests: [381],
1617
}
1718

0 commit comments

Comments
 (0)