mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-06 08:01:48 -05:00
Removing return statement
The SocketService.addStateResolve returns the resolve so you don't have to.
This commit is contained in:
@@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) {
|
||||
}
|
||||
};
|
||||
|
||||
return SocketService.addStateResolve(state, id);
|
||||
SocketService.addStateResolve(state, id);
|
||||
}
|
||||
|
||||
function getWebSocketResource (type) {
|
||||
|
||||
Reference in New Issue
Block a user