Skip to content
Snippets Groups Projects
Commit beb451fd authored by tamaina's avatar tamaina
Browse files

use ajv/dist/core

parent 78ad95d3
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ import { ApiError } from './error';
import { Schema, SchemaType } from '@/misc/schema';
import { AccessToken } from '@/models/entities/access-token';
import { ValidateFunction } from 'ajv';
import { JTDDataType } from 'ajv/dist/types/jtd-schema';
import { JTDDataType } from 'ajv/dist/core';
import { apiLogger } from './logger';
type SimpleUserInfo = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment