style(mattermost): fix oxfmt import ordering in monitor.ts

This commit is contained in:
Tony Dehnke
2026-03-02 07:43:34 +00:00
committed by Muhammed Mukhthar CM
parent 6df9a6d2df
commit 46b1ed2537

View File

@@ -43,12 +43,12 @@ import {
type MattermostPost,
type MattermostUser,
} from "./client.js";
import { isMattermostSenderAllowed, normalizeMattermostAllowList } from "./monitor-auth.js";
import {
createMattermostInteractionHandler,
setInteractionCallbackUrl,
setInteractionSecret,
} from "./interactions.js";
import { isMattermostSenderAllowed, normalizeMattermostAllowList } from "./monitor-auth.js";
import {
createDedupeCache,
formatInboundFromLabel,