Skip to content

Commit

Permalink
Fix compatibility with non Adobe Commerce projects
Browse files Browse the repository at this point in the history
  • Loading branch information
paales committed Oct 14, 2024
1 parent 79e78e9 commit 4aa7c1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function algoliaHitToMagentoProduct(
hit: Algoliahit,
storeConfig: GetStoreConfigReturn,
customerGroup: number,
): ProductsItemsItem | null {
): (ProductsItemsItem & { staged: boolean }) | null {
const { objectID, additionalProperties } = hit
if (!assertAdditional(additionalProperties)) return null

Expand Down

0 comments on commit 4aa7c1d

Please sign in to comment.