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