update
Some checks failed
Build and Publish / BuildAndDeployAmd64 (push) Failing after 18s
Build and Publish / BuildAndDeployArm64 (push) Has been cancelled

This commit is contained in:
2025-11-25 20:16:13 +01:00
parent e74f5ae30e
commit 4ca6c4ca23
5 changed files with 32 additions and 35 deletions

View File

@@ -124,7 +124,7 @@ func main() {
http.Error(w, "failed to update inventory", http.StatusInternalServerError)
return
}
err := inventoryService.SendInventoryChanged(r.Context(), inventorySku, inventoryLocationId)
err = inventoryService.SendInventoryChanged(r.Context(), inventorySku, inventoryLocationId)
if err != nil {
w.WriteHeader(http.StatusBadRequest)
return