Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
removed the check_in_at mapping
ij committed Jan 4, 2017
1 parent ec23a56 commit bf3f032
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions lib/sf/reg_registration.rb
@@ -106,8 +106,7 @@ def registration_mapping
'reference_id' => 'reference_id__c',
'balance' => 'balance__c',
'from_ip_address' => 'ip_address__c',
'sf_reg_event_id' => 'reg_event_id__c',
'check_in_at' => 'check_in_at__c'
'sf_reg_event_id' => 'reg_event_id__c'
}
end

2 changes: 1 addition & 1 deletion lib/sf/version.rb
@@ -1,3 +1,3 @@
module Sf
VERSION = "0.1.44"
VERSION = "0.1.45"
end

0 comments on commit bf3f032

Please sign in to comment.