mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-02 15:10:16 +00:00
js 代码检查放宽
This commit is contained in:
@@ -27,6 +27,7 @@ const isTenantAdminRoute = createRouteMatcher([
|
||||
* @param ev
|
||||
* @returns
|
||||
*/
|
||||
// eslint-disable-next-line @typescript-eslint/require-await, @typescript-eslint/no-explicit-any, @typescript-eslint/no-unused-vars
|
||||
const noAuthMiddleware = async (req: any, ev: any) => {
|
||||
// 如果没有配置 Clerk 相关环境变量,返回一个默认响应或者继续处理请求
|
||||
return NextResponse.next()
|
||||
|
||||
Reference in New Issue
Block a user