Updated attribute mapping

This commit is contained in:
2026-03-13 15:43:24 -04:00
parent 8abc95c21e
commit 6fc8a18e93

View File

@@ -22,6 +22,6 @@ class EmployeeSyncService < SyncServiceBase
!remote.active?
end
map_attribute :name, ->(remote) { remote.display_name }
map_attribute :name, :display_name
end