We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52753a commit ed4c691Copy full SHA for ed4c691
1 file changed
lib/chatops/controller.rb
@@ -40,7 +40,7 @@ def process(*args)
40
end
41
42
43
- super *args
+ super(*args)
44
rescue AbstractController::ActionNotFound
45
return jsonrpc_method_not_found
46
0 commit comments