fix: type errors
This commit is contained in:
@@ -1,10 +1,9 @@
|
|||||||
import { batchUpdateCustomerProducts } from "./batchUpdateCustomerProducts";
|
import { batchUpdateCustomerProducts } from "./batchUpdateCustomerProducts";
|
||||||
import { getByExternalIds } from "./getByExternalIds";
|
|
||||||
import { fetchCustomerProductFreeTrials } from "./fetchCustomerProductFreeTrials";
|
import { fetchCustomerProductFreeTrials } from "./fetchCustomerProductFreeTrials";
|
||||||
|
import { getByExternalIds } from "./getByExternalIds";
|
||||||
|
|
||||||
export const customerProductRepo = {
|
export const customerProductRepo = {
|
||||||
batchUpdate: batchUpdateCustomerProducts,
|
batchUpdate: batchUpdateCustomerProducts,
|
||||||
getByExternalIds,
|
getByExternalIds,
|
||||||
batchUpdate: batchUpdateCustomerProducts,
|
|
||||||
fetchFreeTrials: fetchCustomerProductFreeTrials,
|
fetchFreeTrials: fetchCustomerProductFreeTrials,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user