We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ba3451 commit 5aacc68Copy full SHA for 5aacc68
sdk/scripts/client-test.ts
@@ -84,4 +84,4 @@ async function initializeGrpcDriftClientV2() {
84
console.log('Received required number of updates.');
85
}
86
87
-initializeDriftClient().catch(console.error);
+initializeGrpcDriftClientV2().catch(console.error);
0 commit comments