We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3969fa8 commit aa77618Copy full SHA for aa77618
reana-ui/src/client.js
@@ -194,4 +194,5 @@ class Client {
194
}
195
196
197
-export default new Client();
+const client = new Client();
198
+export default client;
0 commit comments