Remove uneeded try/catch
This commit is contained in:
@@ -27,6 +27,7 @@ export class SyncService {
|
||||
static async sync(printfulProductId: number | undefined) {
|
||||
this.state.isSyncing = true;
|
||||
|
||||
// Populate products
|
||||
const mainPrintfulProducts: MainProduct[] = [];
|
||||
const webflowProducts: Webflow.Products.ProductAndSkus[] = [];
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user