From bae9a98d8013fd5258a88844dfd5cb92dfb0d0d7 Mon Sep 17 00:00:00 2001 From: Dobromir Popov Date: Tue, 7 May 2024 13:49:42 -0300 Subject: [PATCH] typo --- pages/api/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api/index.ts b/pages/api/index.ts index 293ea8f..736fdda 100644 --- a/pages/api/index.ts +++ b/pages/api/index.ts @@ -2,7 +2,7 @@ import { getToken } from "next-auth/jwt"; import { authOptions } from './auth/[...nextauth]' import { getServerSession } from "next-auth/next" import { NextApiRequest, NextApiResponse } from 'next' -import { DayOfWeek, AvailabilityType, UserRole } from '@prisma/client'; s +import { DayOfWeek, AvailabilityType, UserRole } from '@prisma/client'; const common = require('../../src/helpers/common'); const dataHelper = require('../../src/helpers/data'); const subq = require('../../prisma/bl/subqueries');