Explorar el Código

delete credential

zahmis hace 5 años
padre
commit
3b4751207c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/slack/src/services/register.ts

+ 1 - 1
packages/slack/src/services/register.ts

@@ -4,7 +4,7 @@ import { parse } from '../utils/slash-command-parser';
 
 
 export const openModal = async(body) => {
 export const openModal = async(body) => {
 
 
-  const client = new WebClient('xoxb-1399660543842-1848670292404-huKeykaKhdyLyBqTiVlMxqY8', { logLevel: LogLevel.DEBUG });
+  const client = new WebClient('', { logLevel: LogLevel.DEBUG });
 
 
   await client.views.open({
   await client.views.open({
     trigger_id: body.trigger_id,
     trigger_id: body.trigger_id,