prettier fix
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import { NextResponse } from 'next/server';
|
||||
|
||||
import jwt from 'jsonwebtoken';
|
||||
import { z } from 'zod';
|
||||
|
||||
@@ -94,4 +95,4 @@ export const POST = enhanceRouteHandler(
|
||||
{
|
||||
auth: false,
|
||||
},
|
||||
);
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user