Explorar el Código

convert - to _

kulley hace 6 años
padre
commit
4c6eaf657f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/app/basicVersion/caseShow/UserCustom.js

+ 1 - 1
src/app/basicVersion/caseShow/UserCustom.js

@@ -401,7 +401,7 @@ class NameAndDB extends Component {
 
             let now = new Date().getTime(),
                 functionName = convert_(userID + '_' + customName),
-                serviceName = userID + '_' + customName,
+                serviceName = functionName,
                 resources = [`${bucketName}/schema.edn`, `${bucketName}/resolve-map.edn`, `${bucketName}/${dbKind}/${userID}/deploy-conf.edn`, `${bucketName}/html/index.html`, `${bucketName}/wx-config.edn`];
 
             if (dbKind === 'mongodb') {