Skip to content

Commit

Permalink
Fix hot threads to always return strings (#2793)
Browse files Browse the repository at this point in the history
  • Loading branch information
pquentin authored Aug 20, 2024
1 parent afc1095 commit fd18fea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 116 deletions.
79 changes: 2 additions & 77 deletions output/schema/schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 0 additions & 8 deletions output/typescript/types.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 1 addition & 3 deletions specification/nodes/hot_threads/NodesHotThreadsResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
* under the License.
*/

import { HotThread } from './types'

export class Response {
body: { hot_threads: HotThread[] }
body: string
}
28 changes: 0 additions & 28 deletions specification/nodes/hot_threads/types.ts

This file was deleted.

0 comments on commit fd18fea

Please sign in to comment.