Browse Source

delete credential

zahmis 5 years ago
parent
commit
3b4751207c
1 changed files with 1 additions and 1 deletions
  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,