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 79b4be1 commit 82d6377Copy full SHA for 82d6377
src/lib/schemaValidation.ts
@@ -2,7 +2,6 @@ import { Snapshot, WebStaticConfig, FigmaDesignConfig } from '../types.js'
2
import Ajv, { JSONSchemaType } from 'ajv'
3
import addErrors from 'ajv-errors'
4
import constants from './constants.js'
5
-import { request } from 'http';
6
7
const ajv = new Ajv({ allErrors: true });
8
ajv.addFormat('web-url', {
0 commit comments