Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
richdawe-cio committed Dec 8, 2023
1 parent 2d3b01e commit 997c1fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/customerio/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def create_or_update(attributes = {})
raise MissingIdAttributeError.new("Must provide a customer id")
end

# Use cio_id as the identifier, as present,
# Use cio_id as the identifier, if present,
# to allow the id and email identifiers to be updated.
customer_id = attributes[:id]
if !is_empty?(attributes[:cio_id])
Expand Down

0 comments on commit 997c1fa

Please sign in to comment.