Skip to content

Commit

Permalink
Result of running git commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
zelliott committed Mar 18, 2022
1 parent 4d99e5b commit a876328
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 53 deletions.
2 changes: 1 addition & 1 deletion apps/api-documenter/src/documenters/YamlDocumenter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export class YamlDocumenter {
id: apiParameter.name,
description: parameterDescription,
type: [this._renderType(uid, apiParameter.parameterTypeExcerpt)],
optional: apiParameter.isOptional,
optional: apiParameter.isOptional
} as IYamlParameter);
}

Expand Down
104 changes: 52 additions & 52 deletions build-tests/install-test-workspace/workspace/common/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a876328

Please sign in to comment.