Skip to content

Commit 85fe345

Browse files
pquentingithub-actions[bot]
authored andcommitted
Fix hot threads to always return strings (#2793)
(cherry picked from commit fd18fea)
1 parent 472ede8 commit 85fe345

File tree

4 files changed

+3
-116
lines changed

4 files changed

+3
-116
lines changed

output/schema/schema.json

Lines changed: 2 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/nodes/hot_threads/NodesHotThreadsResponse.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@
1717
* under the License.
1818
*/
1919

20-
import { HotThread } from './types'
21-
2220
export class Response {
23-
body: { hot_threads: HotThread[] }
21+
body: string
2422
}

specification/nodes/hot_threads/types.ts

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)