mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
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) {
|
function getWebSocketResource (type) {
|
||||||
|
|||||||
Reference in New Issue
Block a user