mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-07 22:09:57 +00:00
style(mattermost): fix oxfmt import ordering in monitor.ts
This commit is contained in:
committed by
Muhammed Mukhthar CM
parent
6df9a6d2df
commit
46b1ed2537
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user