Explorar el Código

Merge branch 'dev'

VicCG.Lin hace 1 año
padre
commit
fa33571730
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/fe/healthpassport/js/services/index.js

+ 1
- 1
src/fe/healthpassport/js/services/index.js Ver fichero

@@ -27,7 +27,7 @@ function Service() {
27 27
 
28 28
       console.log('lineUserId:', m_LineUserId);
29 29
 
30
-      if (['U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d'].includes(m_LineUserId)) {
30
+      if (['U1856545fb999ec7ca759f34685e81207', 'U7ce424b056a71ecd30d5d5f34d37873d', 'U7cc9097f3663b4176054f5e33e31e194'].includes(m_LineUserId)) {
31 31
         var vConsole = new VConsole();
32 32
       }
33 33