fixed typo

This commit is contained in:
2026-03-13 08:38:41 -04:00
parent 896813983c
commit 62adcb11cd

View File

@@ -23,6 +23,6 @@ class ItemSyncService < SyncServiceBase
end end
map_attribute :active, :active? map_attribute :active, :active?
map_attributes :description,, :id, :name, :sku, :unit_price map_attributes :description, :id, :name, :sku, :unit_price
end end