Skip to content

Commit

Permalink
disable Mentions service (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart authored Sep 25, 2024
1 parent 788fd9d commit 32ba107
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { Config, Effect, Layer, LogLevel, Logger } from "effect"
import { RemindersLive } from "./Reminders.js"
import { DadJokesLive } from "./DadJokes.js"
import { NodeRuntime } from "@effect/platform-node"
import { MentionsLive } from "./Mentions.js"

const LogLevelLive = Layer.unwrapEffect(
Effect.gen(function* () {
Expand All @@ -26,7 +25,6 @@ const MainLive = Layer.mergeAll(
IssueifierLive,
RemindersLive,
Summarizer.Live,
MentionsLive,
).pipe(Layer.provide(TracingLive), Layer.provide(LogLevelLive))

NodeRuntime.runMain(Layer.launch(MainLive))

0 comments on commit 32ba107

Please sign in to comment.