Skip to content

Commit

Permalink
changed ajv import
Browse files Browse the repository at this point in the history
  • Loading branch information
Omri-Levy committed Jun 4, 2024
1 parent 9d3e45e commit bb3be7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ballerine-nestjs-typebox",
"version": "3.0.0-next.8",
"version": "3.0.1-next.8",
"description": "",
"author": "Andrew Smiley <[email protected]>",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/decorators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { extendArrayMetadata } from '@nestjs/common/utils/extend-metadata.util.j
import { ApiBody, ApiOperation, ApiParam, ApiQuery } from '@nestjs/swagger';
import { DECORATORS } from '@nestjs/swagger/dist/constants.js';
import { Static, TSchema, Type, TypeGuard } from '@sinclair/typebox';
import { Ajv } from 'ajv';
import Ajv from 'ajv';
import fastUri from 'fast-uri';

import { AjvValidationException } from './exceptions.js';
Expand Down

0 comments on commit bb3be7c

Please sign in to comment.