Skip to content

Commit

Permalink
chore: Minor code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tjtanjin committed Sep 15, 2024
1 parent 7302ecc commit 77aa8d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
9 changes: 0 additions & 9 deletions src/hooks/internal/useRcbEventInternal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ import { RcbEvent } from "../../constants/RcbEvent";
* Internal custom hook for managing firing of rcb events.
*/
export const useRcbEventInternal = () => {
// handles settings
const { settings } = useSettingsContext();

// handles styles
const { styles } = useStylesContext();

// handles messages
const { messages } = useMessagesContext();

// handles paths
const { getCurrPath, getPrevPath, paths } = usePaths();

Expand Down
1 change: 0 additions & 1 deletion src/types/events/RcbChunkStreamMessageEvent.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ import { Message } from "../Message";
*/
export type RcbChunkStreamMessageEvent = RcbBaseEvent<{
message: Message;
chunk: string;
}>;

0 comments on commit 77aa8d2

Please sign in to comment.