Skip to content

Commit

Permalink
removed a duplicated key bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ij committed Feb 12, 2016
1 parent 51883fe commit 7c4d612
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/sf/reg_registration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ def registration_mapping
'country' => 'country__c',
'created_at' => 'created_at__c',
'designation' => 'designation__c',
'created_at' => 'created_at__c',
'email' => 'email__c',
'first_name' => 'first_name__c',
'full_name' => 'full_name__c',
Expand Down
2 changes: 1 addition & 1 deletion lib/sf/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.33"
VERSION = "0.1.34"
end

0 comments on commit 7c4d612

Please sign in to comment.