Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jun 22, 2024
1 parent 96c53bf commit 51d737c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const createBlueprint = ({ openapi }: TypesModule): Blueprint => {
parameters: {
isRequired: false,

Check failure on line 72 in src/lib/blueprint.ts

View workflow job for this annotation

GitHub Actions / Typecheck (Node.js v18)

Object literal may only specify known properties, and 'isRequired' does not exist in type 'Parameter[]'.

Check failure on line 72 in src/lib/blueprint.ts

View workflow job for this annotation

GitHub Actions / Typecheck (Node.js v20)

Object literal may only specify known properties, and 'isRequired' does not exist in type 'Parameter[]'.

Check failure on line 72 in src/lib/blueprint.ts

View workflow job for this annotation

GitHub Actions / Build / Package

Object literal may only specify known properties, and 'isRequired' does not exist in type 'Parameter[]'.
isDeprecated: false,
deprecationMessage: ''
deprecationMessage: '',
},
response: {
description:
Expand Down

0 comments on commit 51d737c

Please sign in to comment.