Skip to content

Commit 9255ce0

Browse files
authored
Merge branch 'main' into update-dependencies
2 parents 8971add + 2441094 commit 9255ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/lib/hooks/useConnection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function useConnection({
167167
// Add progress notification to `Server Notification` window in the UI
168168
if (onNotification) {
169169
onNotification({
170-
method: "notification/progress",
170+
method: "notifications/progress",
171171
params,
172172
});
173173
}

0 commit comments

Comments
 (0)