Skip to content

Commit

Permalink
lint:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abvthecity committed Mar 26, 2024
1 parent dd9469c commit 16f12e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/app/src/util/resolver.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,7 @@ function resolveExampleEndpointResponse(

function safeSortKeysByShape(
value: unknown,
shape: ResolvedHttpResponseBodyShape | undefined,
shape: ResolvedTypeShape | ResolvedHttpRequestBodyShape | ResolvedHttpResponseBodyShape | null | undefined,
resolvedTypes: Record<string, ResolvedTypeDefinition>,
): unknown {
try {
Expand Down

0 comments on commit 16f12e3

Please sign in to comment.