chore: add prettier with config and format all files
This commit is contained in:
@@ -19,4 +19,4 @@ export function isAuthorized(req: NextRequest): boolean {
|
||||
|
||||
export function unauthorized(): NextResponse {
|
||||
return NextResponse.json({ error: 'Unauthorized' }, { status: 401 });
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user