Skip to content

Commit

Permalink
Removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
renatodellosso committed Aug 5, 2024
1 parent fd94669 commit b8d0613
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions index.ts
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
import { join } from "path";
import { SlashCommand, AckFn, RespondArguments, RespondFn, SocketModeReceiver } from '@slack/bolt';
import { createServer } from "https";
import { parse } from "url";
import next from "next";
import fs from "fs";
import { App } from "@slack/bolt";
import SlackCommands from "./lib/SlackCommands";
import { IncomingMessage, request, ServerResponse } from "http";
import { WebClientEvent } from "@slack/web-api";
import { startSlackApp } from "./lib/Slack";
import { StringIndexed } from "@slack/bolt/dist/types/helpers";

console.log("Starting server...");

Expand Down

0 comments on commit b8d0613

Please sign in to comment.