update to pointer
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 27s
Build and Publish / BuildAndDeploy (push) Successful in 2m28s

This commit is contained in:
matst80
2024-11-14 20:38:21 +01:00
parent 4112666457
commit b987f79173
2 changed files with 16 additions and 18 deletions

View File

@@ -172,7 +172,7 @@ func (s *PoolServer) HandleQuantityChange(w http.ResponseWriter, r *http.Request
}
reply, err := s.pool.Process(ToCartId(id), Message{
Type: ChangeQuantityType,
Content: changeQuantity,
Content: &changeQuantity,
})
if err != nil {
return err