Per item sync bugfix and cleanup
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
},
|
||||
sync: async (printfulProductId: number) => {
|
||||
synchronizer.startPolling();
|
||||
await api.products.sync.post({ printfulProductId });
|
||||
await api.products.sync({ printfulProductId }).post();
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user