فهرست منبع

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';