Per item sync bugfix and cleanup

This commit is contained in:
Dominic Ferrando
2026-07-01 11:40:21 -04:00
parent 61e8c47abb
commit 2454d68e24
3 changed files with 24 additions and 22 deletions
@@ -28,7 +28,7 @@
},
sync: async (printfulProductId: number) => {
synchronizer.startPolling();
await api.products.sync.post({ printfulProductId });
await api.products.sync({ printfulProductId }).post();
},
});