Skip to content

Commit cd1d1a6

Browse files
authored
Merge pull request #805 from utmstack/bugfix/v10.5.5/issue-in-report-creation
Optimized PDF report generation
2 parents 9c163ca + 016bda5 commit cd1d1a6

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)