mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
remove unused parameters from getToolsFromOpenAPI function
This commit is contained in:
parent
0a6fad92aa
commit
d0970c4059
@ -111,7 +111,6 @@ function getToolsFromOpenAPI(openAPISchema: OpenAPIV3_1.Document): ToolType[] {
|
||||
inputSchema,
|
||||
path,
|
||||
method,
|
||||
parameters: operation.parameters,
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user