Skip to content

Commit 97e71fb

Browse files
committed
feat(core): added owners tools
1 parent 42ca897 commit 97e71fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/tools/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ let cachedResponse: string | null = null;
33
import fetch from 'node-fetch';
44
import { z } from 'zod';
55
import { URL } from 'url';
6-
import Ajv from 'ajv';
7-
import addFormats from 'ajv-formats';
86

97
const getEventCatalogResources = async () => {
108
if (cachedResponse) return cachedResponse;

0 commit comments

Comments
 (0)