diff --git a/pages/api/apps/index.ts b/pages/api/apps/index.ts index 7b55ab4..6beeeb0 100644 --- a/pages/api/apps/index.ts +++ b/pages/api/apps/index.ts @@ -1,7 +1,5 @@ -import { promises as fs } from 'fs'; import type { NextApiRequest, NextApiResponse } from 'next'; -import path from 'path'; -import { apps, metadata } from '../../../services'; +import { apps } from '../../../services'; import type { App, IdPMetadata } from '../../../types'; export default async function handler(