We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f132c8a commit c40f07aCopy full SHA for c40f07a
mcp/src/util/normalizeMessageFilterQueryParameters.ts
@@ -1,7 +1,7 @@
1
import type { Pool } from 'pg';
2
-import type { MessageFilter } from '../types';
3
-import { convertTsToTimestamp } from './formatTs';
4
-import { getChannelIds } from './getChannelIds';
+import type { MessageFilter } from '../types.js';
+import { convertTsToTimestamp } from './formatTs.js';
+import { getChannelIds } from './getChannelIds.js';
5
6
export const normalizeMessageFilterQueryParameters = async (
7
pgPool: Pool,
0 commit comments