Skip to content

Commit ed4c691

Browse files
committed
fixing ruby warning
1 parent d52753a commit ed4c691

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/chatops/controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def process(*args)
4040
end
4141
end
4242

43-
super *args
43+
super(*args)
4444
rescue AbstractController::ActionNotFound
4545
return jsonrpc_method_not_found
4646
end

0 commit comments

Comments
 (0)