Skip to content

Commit 0518c8f

Browse files
Update appendDocumentStamps.js
1 parent c3e8820 commit 0518c8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UsesCases/Stamps/add/appendDocumentStamps.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ const pdfStamps = {
5454
textStamp.value = configParams.TEXT_STAMP_VALUE;
5555

5656
const imageStamp = new Stamp();
57-
imageStamp.type =StampType.Image;
57+
imageStamp.type = StampType.Image;
5858
imageStamp.background = true;
5959
imageStamp.horizontalAlignment = HorizontalAlignment.Center;
6060
imageStamp.textAlignment = HorizontalAlignment.Center;

0 commit comments

Comments
 (0)