Skip to content

Commit

Permalink
awaiting something not to be awaited
Browse files Browse the repository at this point in the history
  • Loading branch information
tim0120 committed Nov 22, 2024
1 parent 0f77c47 commit cacd613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/projects/[slug]/about/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface Props {

export default async function ProjectAboutPage({ params }: Props) {
try {
const { slug } = await params;
const { slug } = params;
const markdownFile = readFileSync(
join(process.cwd(), `src/content/projects/${slug}/about.md`),
'utf-8'
Expand Down

0 comments on commit cacd613

Please sign in to comment.