Skip to content

Commit

Permalink
fix: removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 committed Nov 12, 2024
1 parent 2fb1fd7 commit 87da6df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ export async function DELETE(
return new NextResponse(JSON.stringify(errorResponse), { status: 500 });
});
}
// }

0 comments on commit 87da6df

Please sign in to comment.