Skip to content

Commit

Permalink
Merge pull request #13 from Hasnainahmad04/fix/node-version
Browse files Browse the repository at this point in the history
fix build issue
  • Loading branch information
Hasnainahmad04 authored Aug 16, 2024
2 parents 70b3be2 + 84ffe4d commit 903a481
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/actions/issue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

import prisma from '@/prisma/client';

export const dynamic = 'force-dynamic';

export const getIssueDetail = async (id: number) => {
const issue = await prisma.issue.findUnique({
where: { id },
Expand Down

0 comments on commit 903a481

Please sign in to comment.