Explorar el Código

getCertConfig

Andrey Titovskiy hace 3 años
padre
commit
fea542e9da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";