Skip to content

Commit c40f07a

Browse files
committed
weeee
1 parent f132c8a commit c40f07a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcp/src/util/normalizeMessageFilterQueryParameters.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import type { Pool } from 'pg';
2-
import type { MessageFilter } from '../types';
3-
import { convertTsToTimestamp } from './formatTs';
4-
import { getChannelIds } from './getChannelIds';
2+
import type { MessageFilter } from '../types.js';
3+
import { convertTsToTimestamp } from './formatTs.js';
4+
import { getChannelIds } from './getChannelIds.js';
55

66
export const normalizeMessageFilterQueryParameters = async (
77
pgPool: Pool,

0 commit comments

Comments
 (0)