Skip to content

Commit 6e19229

Browse files
authored
Merge pull request #80 from openstax/remove-lastmodby
remove the last modified by
2 parents abaa0f6 + ab8690c commit 6e19229

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

lib/openstax/salesforce/remote/contact.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ class Contact < ActiveForce::SObject
1717
field :faculty_confirmed_date, from: 'Faculty_Confirmed_Date__c', as: :datetime
1818
field :faculty_verified, from: 'FV_Status__c'
1919
field :last_modified_at, from: 'LastModifiedDate'
20-
field :last_modified_by, from: 'LastModifiedById' # we will use this to filter out B2BMA user, Id: 0050B000008QCs1QAG
2120
field :school_id, from: 'AccountId'
2221
field :school_type, from: 'School_Type__c'
2322
field :send_faculty_verification_to, from: 'SendFacultyVerificationTo__c'

lib/openstax/salesforce/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module OpenStax
22
module Salesforce
3-
VERSION = '7.8.1'
3+
VERSION = '7.8.2'
44
end
55
end

0 commit comments

Comments
 (0)