Przeglądaj źródła

delete credential

zahmis 5 lat temu
rodzic
commit
3b4751207c
1 zmienionych plików z 1 dodań i 1 usunięć
  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) => {
 
-  const client = new WebClient('xoxb-1399660543842-1848670292404-huKeykaKhdyLyBqTiVlMxqY8', { logLevel: LogLevel.DEBUG });
+  const client = new WebClient('', { logLevel: LogLevel.DEBUG });
 
   await client.views.open({
     trigger_id: body.trigger_id,