Browse Source

delete credential

zahmis 5 năm trước cách đây
mục cha
commit
3b4751207c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,