Skip to content

Commit 66a72aa

Browse files
committed
Optimized PDF report generation
1 parent 6955e01 commit 66a72aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web-pdf/src/main/java/com/utmstack/webtopdf/config/enums/AccessType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
public enum AccessType {
66
UTM_TOKEN("Utm_Token", "?token=", "&url="),
7-
UTM_INTERNAL_KEY("Utm_Internal_Key", "?key=", "");
7+
UTM_INTERNAL_KEY("Utm_Internal_Key", "?key=", "&url=");
88

99
@Getter
1010
private final String type;

0 commit comments

Comments
 (0)