chore: prettier everywhere
This commit is contained in:
@@ -7,7 +7,7 @@ export async function PATCH(
|
||||
) {
|
||||
try {
|
||||
const { id: checkboxId } = await params;
|
||||
|
||||
|
||||
if (!checkboxId) {
|
||||
return NextResponse.json(
|
||||
{ error: 'Checkbox ID is required' },
|
||||
|
||||
Reference in New Issue
Block a user