Skip to content

Commit

Permalink
Update handleSubmit.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bsu3338 authored Jul 29, 2023
1 parent 7a2056a commit cf29d3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/utils/handleSubmit.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const useMessageHandler = () => {
const setSubmission = useSetRecoilState(store.submission);
const isSubmitting = useRecoilValue(store.isSubmitting);
const endpointsConfig = useRecoilValue(store.endpointsConfig);

const { getToken } = store.useToken(currentConversation?.endpoint);

const latestMessage = useRecoilValue(store.latestMessage);
Expand Down

0 comments on commit cf29d3a

Please sign in to comment.