We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42ca897 commit 97e71fbCopy full SHA for 97e71fb
src/tools/index.ts
@@ -3,8 +3,6 @@ let cachedResponse: string | null = null;
3
import fetch from 'node-fetch';
4
import { z } from 'zod';
5
import { URL } from 'url';
6
-import Ajv from 'ajv';
7
-import addFormats from 'ajv-formats';
8
9
const getEventCatalogResources = async () => {
10
if (cachedResponse) return cachedResponse;
0 commit comments