From 765196d5c391147e538c10a5ca3c960686551725 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Thu, 15 Jan 2026 02:23:22 +0000 Subject: [PATCH] style(slack): satisfy oxfmt (#850) --- src/slack/monitor/channel-config.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/slack/monitor/channel-config.test.ts b/src/slack/monitor/channel-config.test.ts index 60d704d97..6d71a3ab3 100644 --- a/src/slack/monitor/channel-config.test.ts +++ b/src/slack/monitor/channel-config.test.ts @@ -29,4 +29,3 @@ describe("resolveSlackChannelConfig", () => { expect(res).toMatchObject({ requireMention: true }); }); }); -