From eb449739c5bd19081fe8b76f0fdd618ac615ba49 Mon Sep 17 00:00:00 2001 From: 3zachm <3zachn4@gmail.com> Date: Thu, 22 Dec 2022 08:18:12 -0800 Subject: [PATCH] minor cleanup --- components/common/NavBar.tsx | 2 +- pages/api/7tv/emotes.ts | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/components/common/NavBar.tsx b/components/common/NavBar.tsx index 97f2906..5432c45 100644 --- a/components/common/NavBar.tsx +++ b/components/common/NavBar.tsx @@ -169,7 +169,7 @@ const logoContainerVariants: Variants = { transition: { duration: 4, type: "spring", - stiffness: 20, + stiffness: 15, }, }, }; diff --git a/pages/api/7tv/emotes.ts b/pages/api/7tv/emotes.ts index 3d49d13..ab4694e 100644 --- a/pages/api/7tv/emotes.ts +++ b/pages/api/7tv/emotes.ts @@ -5,8 +5,6 @@ type Data = { [key: string]: any; }; -const secret = process.env.NEXTAUTH_SECRET; - export default async function handler( req: NextApiRequest, res: NextApiResponse