Skip to content

Commit 7ce0938

Browse files
author
oleina
committed
run linter
1 parent d810680 commit 7ce0938

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const App = () => {
204204
]);
205205
},
206206
getRoots: () => rootsRef.current,
207-
defaultLoggingLevel: logLevel
207+
defaultLoggingLevel: logLevel,
208208
});
209209

210210
useEffect(() => {

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ interface UseConnectionOptions {
6464
onPendingRequest?: (request: any, resolve: any, reject: any) => void;
6565
// eslint-disable-next-line @typescript-eslint/no-explicit-any
6666
getRoots?: () => any[];
67-
defaultLoggingLevel?: LoggingLevel,
67+
defaultLoggingLevel?: LoggingLevel;
6868
}
6969

7070
export function useConnection({

0 commit comments

Comments
 (0)