diff --git a/web.rb b/web.rb index c535f8cdec8533cc66b9da76fa2a64fb9673e9bd..154006905c2997f41501bdb74a80d31dc2de62bf 100644 --- a/web.rb +++ b/web.rb @@ -554,7 +554,7 @@ class Web < Roda peer_id: orderer[:peer_id], state_search_and_order_type: { quantity: params["quantity"].to_i, - state: ["CA", "TX", "IL", "NY", "FL"].sample + state: ["WA", "CA", "TX", "IL", "NY", "FL"].sample } ).then do |order| { id: order.id }.to_json