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'