Browse Source

getCertConfig

Andrey Titovskiy 3 năm trước cách đây
mục cha
commit
fea542e9da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/getCertConfig.ts

+ 1 - 1
src/cert.ts → src/getCertConfig.ts

@@ -1,4 +1,4 @@
-export const certConfig = (label: string) => {
+export const getCertConfig = (label: string) => {
   let certTemplateName;
   let certWidth = "1090px";
   let certHeight = "710px";