Skip to content

Commit d8f2ef6

Browse files
committed
fix: Linting
1 parent dab38c0 commit d8f2ef6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/openapi/generators.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ import type {
1818
import { entityToJSONSchema } from 'payload'
1919
import type { SanitizedPluginOptions } from '../types.js'
2020
import { mapValuesAsync, visitObjectNodes } from '../utils/objects.js'
21-
import { type ComponentType, collectionName, componentName, globalName } from './naming.js'
22-
import { apiKeySecurity, generateSecuritySchemes } from './securitySchemes.js'
2321
import {
2422
forgotPasswordRequestBodySchema,
2523
forgotPasswordResponseSchema,
@@ -34,6 +32,8 @@ import {
3432
unlockResponseSchema,
3533
verifyUserResponseSchema,
3634
} from './authSchemas.js'
35+
import { type ComponentType, collectionName, componentName, globalName } from './naming.js'
36+
import { apiKeySecurity, generateSecuritySchemes } from './securitySchemes.js'
3737

3838
const baseQueryParams: Array<OpenAPIV3.ParameterObject & OpenAPIV3_1.ParameterObject> = [
3939
{ in: 'query', name: 'depth', schema: { type: 'number' } },

0 commit comments

Comments
 (0)