style: format extracted runtime helpers

This commit is contained in:
Eyejoker
2026-03-23 06:39:47 +09:00
parent 898c77fcfc
commit 2ab7aedcce
3 changed files with 6 additions and 9 deletions

View File

@@ -1,7 +1,4 @@
import {
getLastHumanMessageTimestamp,
isPairedRoomJid,
} from './db.js';
import { getLastHumanMessageTimestamp, isPairedRoomJid } from './db.js';
import { filterProcessableMessages } from './bot-message-filter.js';
import { normalizeStoredSeqCursor } from './message-cursor.js';
import { isTriggerAllowed, loadSenderAllowlist } from './sender-allowlist.js';