Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
itelo committed Aug 18, 2023
1 parent 8e96b2e commit e0d3cfc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions packages/nextlove/src/generators/generate-openapi/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,13 +275,11 @@ export async function generateOpenAPI(opts: GenerateOpenAPIOpts) {
}
}

const methodsMappedToFernSdkMetadata = await mapMethodsToFernSdkMetadata(
{
methods,
path: routePath,
sdkReturnValue: routeSpec.sdkReturnValue,
}
)
const methodsMappedToFernSdkMetadata = await mapMethodsToFernSdkMetadata({
methods,
path: routePath,
sdkReturnValue: routeSpec.sdkReturnValue,
})

// Some routes accept multiple methods
builder.addPath(routePath, {
Expand Down

0 comments on commit e0d3cfc

Please sign in to comment.