Skip to content

Commit

Permalink
fix: 型を定義
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamamoto1012 committed Nov 12, 2024
1 parent eca0cc0 commit 2e8adcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pointRanking/src/commands/decorate/decorateCommand.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
import { SlackCommandMiddlewareArgs, ViewSubmitAction, SlackViewMiddlewareArgs } from "@slack/bolt";
import { WebClient } from "@slack/web-api";

interface ExtendedSlackCommandMiddlewareArgs extends SlackCommandMiddlewareArgs {
client: any;
client: WebClient;
}

const channelMap = new Map<string, string>();
Expand Down

0 comments on commit 2e8adcc

Please sign in to comment.