Skip to content

Commit eec20ff

Browse files
author
oleina
committed
add missing close bracket
1 parent ad8755f commit eec20ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ export function useConnection({
565565

566566
if (capabilities?.logging && defaultLoggingLevel) {
567567
await client.setLoggingLevel(defaultLoggingLevel);
568+
}
568569

569570
if (onElicitationRequest) {
570571
client.setRequestHandler(ElicitRequestSchema, async (request) => {

0 commit comments

Comments
 (0)