Skip to content

Commit

Permalink
set api_key to empty string
Browse files Browse the repository at this point in the history
  • Loading branch information
Gwash3189 authored and Adam Beck committed Feb 23, 2017
1 parent bde1eee commit 7101652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sendgrid/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class API
# - +version+ -> the version of the API you wish to access,
# currently only "v3" is supported
#
def initialize(api_key: nil, host: nil, request_headers: nil, version: nil)
def initialize(api_key: '', host: nil, request_headers: nil, version: nil)
@api_key = api_key
@host = host ? host : 'https://api.sendgrid.com'
@version = version ? version : 'v3'
Expand Down

0 comments on commit 7101652

Please sign in to comment.