Skip to content

Commit

Permalink
revert: console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
TorstenDittmann committed Oct 4, 2023
1 parent 60f8437 commit 74668ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib/utils/specs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ function getParameters(
const requestBody = operation?.requestBody as OpenAPIV3.RequestBodyObject;
const schemaJson = requestBody?.content['application/json']?.schema as OpenAPIV3.SchemaObject;
const schemaMultipart = requestBody?.content['multipart/form-data']?.schema as OpenAPIV3.SchemaObject;
if (operation.operationId === 'storageCreateFile') {
console.log(schemaMultipart)
}
if (operation?.parameters) {
for (const parameter of (operation?.parameters as OpenAPIV3.ParameterObject[])) {
const schema = parameter.schema as OpenAPIV3.SchemaObject;
Expand Down

0 comments on commit 74668ca

Please sign in to comment.