Skip to content

Commit

Permalink
dynamic page
Browse files Browse the repository at this point in the history
  • Loading branch information
priyam-03 committed Sep 16, 2024
1 parent 4d7df34 commit b5bb7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/records/route.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { NextResponse } from 'next/server';
import { db } from '../../../lib/db';

export const dynamic = 'force-dynamic';
// Helper function to parse and apply filters
function buildFilters(year: string|null, month: string|null) {
const filters: any = {
Expand Down

0 comments on commit b5bb7f7

Please sign in to comment.