Skip to content

Commit

Permalink
VCST-1781: removed empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
mihey8800 committed Sep 16, 2024
1 parent 58ee84b commit 2e4a926
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/VirtoCommerce.XCatalog.Core/Schemas/ProductType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ public ProductType(IMediator mediator, IDataLoaderContextAccessor dataLoader)
resolve: context => context.Source.IndexedProduct.ImgSrc);

Field(d => d.IndexedProduct.OuterId, nullable: true).Description("The outer identifier");

Field(d => d.IndexedProduct.Gtin, nullable: true).Description("Global Trade Item Number (GTIN)");
Field(d => d.IndexedProduct.ManufacturerPartNumber, nullable: true).Description("Manufacturer Part Number (MPN)");
Field(d => d.IndexedProduct.WeightUnit, nullable: true).Description("Weight unit");
Expand All @@ -189,7 +188,6 @@ public ProductType(IMediator mediator, IDataLoaderContextAccessor dataLoader)
Field(d => d.IndexedProduct.Width, nullable: true).Description("Width");
Field(d => d.IndexedProduct.Length, nullable: true).Description("Length");


Field<StringGraphType>(
"brandName",
description: "Get brandName for product.",
Expand Down

0 comments on commit 2e4a926

Please sign in to comment.