From 69ae66c8bcda9a51bb8cb41e20efab4c3f9174aa Mon Sep 17 00:00:00 2001 From: Pkmmte Xeleon Date: Fri, 29 Dec 2023 00:09:43 -0800 Subject: [PATCH] chore: removed unused ts marker --- src/backend/_base.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/backend/_base.ts b/src/backend/_base.ts index 29a5f2c..7df5372 100644 --- a/src/backend/_base.ts +++ b/src/backend/_base.ts @@ -1,7 +1,6 @@ /** * © 2022 WavePlay */ -// @ts-expect-error import type { GetServerSidePropsContext } from 'next' import type { Stashy } from '..' import type { Logger } from '../types'