Skip to content

Commit 82d6377

Browse files
removed unwanted code
1 parent 79b4be1 commit 82d6377

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/schemaValidation.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import { Snapshot, WebStaticConfig, FigmaDesignConfig } from '../types.js'
22
import Ajv, { JSONSchemaType } from 'ajv'
33
import addErrors from 'ajv-errors'
44
import constants from './constants.js'
5-
import { request } from 'http';
65

76
const ajv = new Ajv({ allErrors: true });
87
ajv.addFormat('web-url', {

0 commit comments

Comments
 (0)