Skip to content

Commit 2441094

Browse files
authored
Merge pull request #745 from pavan-mellamputi-socure/update-progress-method
Fix a typo in progress notification method name
2 parents 0ef91d2 + 8f2e53c commit 2441094

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)