diff --git a/awx/ui/client/features/output/index.js b/awx/ui/client/features/output/index.js index 7f8813a28b..266d1a8c11 100644 --- a/awx/ui/client/features/output/index.js +++ b/awx/ui/client/features/output/index.js @@ -144,7 +144,7 @@ function resolveWebSocketConnection ($stateParams, SocketService) { } }; - return SocketService.addStateResolve(state, id); + SocketService.addStateResolve(state, id); } function getWebSocketResource (type) {