lib/monday/resources/board_view.rb in monday_ruby-0.6.1 vs lib/monday/resources/board_view.rb in monday_ruby-0.6.2

- old
+ new

@@ -10,10 +10,10 @@ # # Allows filtering views using the args option. # Allows customizing the values to retrieve using the select option. # By default, ID, name and type fields are retrieved. def board_views(args: {}, select: DEFAULT_SELECT) - query = "query { boards(#{Util.format_args(args)}) { views {#{Util.format_select(select)}}}}" + query = "query { boards#{Util.format_args(args)} { views {#{Util.format_select(select)}}}}" make_request(query) end end end