Skip to content

Commit 2368b24

Browse files
committed
restore the empty line for consistency in SignalRAspNetCoreHelper
1 parent df9846b commit 2368b24

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vue/src/lib/SignalRAspNetCoreHelper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Util from './util'
33
class SignalRAspNetCoreHelper {
44
initSignalR() {
55
var encryptedAuthToken = Util.abp.utils.getCookieValue(AppConsts.authorization.encrptedAuthTokenName);
6+
67
Util.abp.signalr = {
78
autoConnect: true,
89
connect: undefined,

0 commit comments

Comments
 (0)