Skip to content

Commit

Permalink
Removing unnecesary code
Browse files Browse the repository at this point in the history
  • Loading branch information
jespino committed Jan 10, 2025
1 parent d842868 commit 3e93d3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webapp/src/ai_integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ export const useAIAvailable = () => {
return useSelector<GlobalState, boolean>((state) => Boolean(state.plugins?.plugins?.[aiPluginID]));
};

export type AIStatusUpdateClickedFunc = ((playbookRunId: string) => string) | undefined;

export const useAIAvailableBots = () => {
return useSelector<GlobalState, any[]>((state) => {
//@ts-ignore plugins state is a thing
Expand Down

0 comments on commit 3e93d3c

Please sign in to comment.