Skip to content

Commit

Permalink
Update app/client/apiconsole.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Florent <[email protected]>
  • Loading branch information
berhalak and fflorent authored Jan 9, 2025
1 parent eddd765 commit 2865b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/client/apiconsole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function setParamValue(resolvedParam: any, value: ParamValue) {
// For every endpoint in the spec...
for (const [pathKey, path] of spec.get("paths").entries()) {
for (const [method, operation] of path.entries()) {
// Skip the $ref for now, it is only used in `scim` endpoints witch don't share
// Skip the $ref for now, it is only used in `scim` endpoints which don't share
// parameters with other endpoints.
if (method === '$ref') {
continue;
Expand Down

0 comments on commit 2865b7d

Please sign in to comment.