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 8528f94 commit 20e1209Copy full SHA for 20e1209
examples/typescript/watch/watch-example.ts
@@ -27,4 +27,4 @@ const req = watch.watch('/api/v1/namespaces',
27
});
28
29
// watch returns a request object which you can use to abort the watch.
30
-setTimeout(() => { req.abort();}, 10 * 1000);
+setTimeout(() => { req.abort(); }, 10 * 1000);
0 commit comments