Removing return statement

The SocketService.addStateResolve returns the resolve so you don't
have to.
This commit is contained in:
Jared Tabor
2018-06-22 14:47:52 -07:00
parent a8504d7bd7
commit 041256a6e0

View File

@@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) {
}
};
return SocketService.addStateResolve(state, id);
SocketService.addStateResolve(state, id);
}
function getWebSocketResource (type) {