Skip to content

Commit

Permalink
fix end
Browse files Browse the repository at this point in the history
  • Loading branch information
sazap10 committed Oct 17, 2024
1 parent c8c32c6 commit 0798b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/maze/client/bugsnag/data_access_api.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def initialize
@project_id = Maze.config.bugsnag_data_access_project_id
if @endpoint.start_with?('http')
connection_options = { ssl: { verify: false } }
else
end
@client = Bugsnag::Api::Client.new(
api_key: @api_key,
endpoint: @endpoint,
Expand Down

0 comments on commit 0798b36

Please sign in to comment.