feat: more work on mcp server integration
This commit is contained in:
@@ -86,7 +86,7 @@ describe('GenerationRouteRendererFactory', () => {
|
||||
}
|
||||
|
||||
if (typeof filter.month === 'number') {
|
||||
filtered = filtered.filter((post) => post.createdAt.getMonth() === filter.month);
|
||||
filtered = filtered.filter((post) => post.createdAt.getMonth() === filter.month - 1);
|
||||
}
|
||||
|
||||
if (filter.startDate) {
|
||||
|
||||
Reference in New Issue
Block a user