File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ export class InternalSchemaBasedAccessor implements SchemaAccessor {
2929 this . internalSchema = internalSchema ;
3030 }
3131
32- async getInternalSchema ( options ?: Options ) : Promise < InternalSchema > {
32+ async getInternalSchema ( ) : Promise < InternalSchema > {
3333 return this . internalSchema ;
3434 }
3535
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { InternalSchema } from '..';
22import { ExpandedJSONSchema } from '../types' ;
33
44export default function internalSchemaToExpanded (
5+ /* eslint @typescript-eslint/no-unused-vars: 0 */
56 internalSchema : InternalSchema ,
67 options : {
78 signal ?: AbortSignal
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ import { InternalSchema } from '..';
22import { StandardJSONSchema } from '../types' ;
33
44export default function internalSchemaToStandard (
5+ /* eslint @typescript-eslint/no-unused-vars: 0 */
56 internalSchema : InternalSchema ,
67 options : {
78 signal ?: AbortSignal
You can’t perform that action at this time.
0 commit comments