hotfix: Search service interfaces should import base from folder (#766)

This commit is contained in:
Oliver Windall Juhl
2021-11-10 21:57:13 +01:00
committed by GitHub
parent caf4357c4d
commit 6f4e128944

View File

@@ -1,4 +1,4 @@
import { BaseService } from "medusa-interfaces"
import BaseService from "./base-service"
/**
* The interface that all search services must implement.