Skip to content

Commit

Permalink
chore(elasticsearch): fixed import for asyncObservable
Browse files Browse the repository at this point in the history
  • Loading branch information
monrostar committed Aug 8, 2023
1 parent 01fd4c4 commit 955493c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import type { OnModuleDestroy, OnModuleInit } from '@nestjs/common';
import { Inject, Injectable } from '@nestjs/common';
import { unique } from '@vendure/common/lib/unique';
import {
asyncObservable,
Asset,
Collection,
EntityRelationPaths,
Expand Down Expand Up @@ -46,7 +47,6 @@ import type {

import { createIndices, getClient, getIndexNameByAlias } from './indexing-utils';
import { MutableRequestContext } from './mutable-request-context';
import { asyncObservable } from "@vendure/core/src";

export const defaultProductRelations: Array<EntityRelationPaths<Product>> = [
'featuredAsset',
Expand Down

0 comments on commit 955493c

Please sign in to comment.