Skip to content
Snippets Groups Projects
Commit 5835f85a authored by Brett Walker's avatar Brett Walker
Browse files

rubocop

parent 2c3e5691
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ def initialize(query)
query_string: query.query_string,
variables: variables
})
rescue => e
rescue StandardError => e
Gitlab::ErrorTracking.track_and_raise_for_dev_exception(e)
@results = default_initial_values(query_or_multiplex)
end
......@@ -40,7 +40,7 @@ def result
GraphqlLogger.info(results.except!(:time_started, :query))
results
rescue => e
rescue StandardError => e
Gitlab::ErrorTracking.track_and_raise_for_dev_exception(e)
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment