File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -156,4 +156,4 @@ export const executeGraphQLQuery = async <T = any>(
156156 error : `Failed to execute GraphQL query: ${ errorMessage } ` ,
157157 } ;
158158 }
159- } ;
159+ } ;
Original file line number Diff line number Diff line change 1+ import { tools_version } from "./tools" ;
12import {
23 create_filter_preset ,
34 delete_filter_preset ,
@@ -48,10 +49,9 @@ import {
4849 get_websocket_message_count ,
4950 list_websocket_streams ,
5051} from "./tools_handlers/websockets" ;
51- import { tools_version } from "./tools" ;
5252
5353// Handler for getting tools version
54- const get_tools_version = async ( ) => {
54+ const get_tools_version = ( ) => {
5555 return {
5656 success : true ,
5757 version : tools_version ,
Original file line number Diff line number Diff line change 11import type { SDK } from "caido:plugin" ;
22
3- import {
4- executeGraphQLQuery ,
5- } from "../graphql" ;
3+ import { executeGraphQLQuery } from "../graphql" ;
64import {
75 CREATE_REPLAY_SESSION_COLLECTION_MUTATION ,
86 getDefaultReplayCollectionsQuery ,
You can’t perform that action at this time.
0 commit comments