Skip to content

Commit

Permalink
Merge pull request #2857 from guiseek/master
Browse files Browse the repository at this point in the history
docs: update operations.md
  • Loading branch information
kamilmysliwiec authored Sep 11, 2023
2 parents ee6360c + 0613080 commit 3bf57ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/openapi/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ export const ApiPaginatedResponse = <TModel extends Type<any>>(model: TModel) =>
return applyDecorators(
ApiOkResponse({
schema: {
title: `PaginatedResponseOf${model.name}`
title: `PaginatedResponseOf${model.name}`,
allOf: [
// ...
],
Expand Down

0 comments on commit 3bf57ca

Please sign in to comment.