fix build
This commit is contained in:
@@ -139,7 +139,7 @@ function getPatterns() {
|
||||
handler: adminMiddleware,
|
||||
},
|
||||
{
|
||||
pattern: new URLPattern({ pathname: '/auth/*?' }),
|
||||
pattern: new URLPattern({ pathname: '/auth/update-account' }),
|
||||
handler: async (req: NextRequest, res: NextResponse) => {
|
||||
const {
|
||||
data: { user },
|
||||
|
||||
Reference in New Issue
Block a user