diff --git a/web/client/src/store/inventoryStore.js b/web/client/src/store/inventoryStore.js index 5b32a9d..b877434 100644 --- a/web/client/src/store/inventoryStore.js +++ b/web/client/src/store/inventoryStore.js @@ -309,7 +309,7 @@ export const useInventoryStore = create((set, get) => ({ const response = await fetch(`${API_URL}/dropper-nicknames`, { method: 'POST', headers: authHeaders(), - body: JSON.stringify({ dropperName, nickname }), + body: JSON.stringify({ dropperName, nickname, commandId: newCommandId() }), }); const result = await response.json(); if (result.nicknames) {