Skip to content

Commit

Permalink
Remove accidental unused module
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwinchester committed Mar 23, 2024
1 parent a4e139d commit 4061eac
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/slack/socket.ex
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,6 @@ defmodule Slack.Socket do

require Logger

defmodule Context do
@type t :: %__MODULE__{
app_token: String.t(),
bot_token: String.t(),
bot: module()
}

@derive {Inspect, only: [:bot]}
defstruct [:app_token, :bot_token, :bot]
end

# ----------------------------------------------------------------------------
# Public API
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 4061eac

Please sign in to comment.