Skip to content

Commit

Permalink
Rerun tests
Browse files Browse the repository at this point in the history
  • Loading branch information
thomassnielsen committed Oct 14, 2024
1 parent 45d3287 commit 74cd346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/openapi/src/rest-generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ export class RESTfulOpenAPIGenerator extends OpenAPIGeneratorBase {
) {
required.push(field.name);
} else if (mode === 'read') {
// Until we support sparse fieldsets, all fields are required for read
// Until we support sparse fieldsets, all fields are required for read operations
required.push(field.name);
}
}
Expand Down

0 comments on commit 74cd346

Please sign in to comment.