Skip to content
This repository has been archived by the owner on Aug 7, 2021. It is now read-only.

Commit

Permalink
鈾伙笍 Add brand
Browse files Browse the repository at this point in the history
  • Loading branch information
AnandChowdhary committed Dec 16, 2020
1 parent ac7c1c2 commit 3d239ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fill.ts
Expand Up @@ -22,6 +22,7 @@ export const fill = async <T>(row: Airtable.Record<T>) => {
fields["Discounted price"] = Math.round(data.discountedPrice ?? data.salePrice ?? data.fullPrice);
fields["Delivery time"] = data.deliveryTime;
fields.Description = data.description || data.title;
fields.Brand = data.specifications.Marken;
fields.Specifications = Object.keys(data.specifications)
.map(
(key) =>
Expand Down

0 comments on commit 3d239ec

Please sign in to comment.