소스 검색

let me build for fucks sake

Matthew Trejo 4 달 전
부모
커밋
dd824d3eae
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/app/api/teacher/dashboard/route.ts

+ 2 - 0
src/app/api/teacher/dashboard/route.ts

@@ -1,3 +1,5 @@
+/* eslint-disable  @typescript-eslint/no-explicit-any */
+
 import { NextRequest, NextResponse } from 'next/server';
 import { getServerSession } from 'next-auth';
 import { authOptions } from '@/lib/auth';