some organization and implement apparel_order_created event
This commit is contained in:
@@ -37,7 +37,7 @@ export class ProductSyncer {
|
||||
this.log = (log ?? pino({ level: "silent" })).child({ component: "ProductSyncer" });
|
||||
}
|
||||
|
||||
async sync(opt: ProductSyncerOptions = {}) {
|
||||
async syncApparel(opt: ProductSyncerOptions = {}) {
|
||||
const startDate = new Date();
|
||||
await opt.beforeStart?.(startDate);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user