Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Laux committed Apr 25, 2024
1 parent 4d6cee7 commit f37baf1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/contexts/ChatContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const ChatProvider = ({

const selectChat = useCallback<SelectChat>(
async (nextAccountId: number, nextChatId: number) => {

if (!accountId) {
throw new Error('can not select chat when no `accountId` is given')
}
Expand Down

0 comments on commit f37baf1

Please sign in to comment.