From 860efefdb2778c6b7ef4d4109a61b63eba624fb7 Mon Sep 17 00:00:00 2001 From: Keith Holliday Date: Tue, 5 Dec 2017 13:23:31 -0500 Subject: [PATCH] Removed client side armoire call (#9660) --- website/client/store/actions/shops.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/website/client/store/actions/shops.js b/website/client/store/actions/shops.js index 97d3dfc619..5efe395f74 100644 --- a/website/client/store/actions/shops.js +++ b/website/client/store/actions/shops.js @@ -41,14 +41,6 @@ async function buyArmoire (store, params) { const quantity = params.quantity || 1; let armoire = content.armoire; - buyOp(store.state.user.data, { - params: { - key: 'armoire', - }, - type: 'armoire', - quantity, - }); - // We need the server result because Armoire has random item in the result let result = await axios.post('/api/v3/user/buy/armoire', { type: 'armoire',