|
|
@@ -91,7 +91,7 @@
|
|
|
"use strict";
|
|
|
|
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
-function certTemplate(label) {
|
|
|
+const certTemplate = (label) => {
|
|
|
let certTemplateName;
|
|
|
let certWidth = "1090px";
|
|
|
let certHeight = "710px";
|
|
|
@@ -199,7 +199,7 @@ function certTemplate(label) {
|
|
|
certOrientation,
|
|
|
};
|
|
|
return certConfig;
|
|
|
-}
|
|
|
+};
|
|
|
exports.default = certTemplate;
|
|
|
|
|
|
|