Move domain models into domain package with schemas and validate with zod + elysia. Some maintenence as well
This commit is contained in:
@@ -24,7 +24,7 @@ export class SyncService {
|
||||
syncingIds: [] as number[],
|
||||
};
|
||||
|
||||
static async sync(printfulProductId: number | undefined) {
|
||||
static async sync(printfulProductId?: number) {
|
||||
this.state.isSyncing = true;
|
||||
|
||||
// Populate products
|
||||
|
||||
Reference in New Issue
Block a user