mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -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) {
|
||||
|
||||
Reference in New Issue
Block a user