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 a1115d6 commit 101063cCopy full SHA for 101063c
web/serverless-microservices-web/src/components/SignalRTrips.vue
@@ -1,5 +1,6 @@
1
-<template></template>
2
-
+<template>
+ <div></div>
3
+</template>
4
<script>
5
import * as signalR from "@microsoft/signalr";
6
import { createNamespacedHelpers } from "vuex";
@@ -47,9 +48,6 @@ export default {
47
48
return signalRInfo;
49
} else {
50
console.log(`getSignalRInfo Response status: ${rawResponse.status}`);
- throw `Could not obtain SignalR info. Response was ${
51
- rawResponse.status
52
- }`;
53
return null;
54
}
55
0 commit comments