Fixed field name

feature/21368
Luca Frosini 3 years ago
parent bf4e6992c4
commit 74a651d295

@ -37,7 +37,7 @@ public class AccountingInsertStoragePlugin extends Plugin {
protected static final String ALL_USERS_PATH = "2/users/get-all-usernames";
protected static final String RESPONSE_SUCCESS_KEY = "success";
protected static final String RESPONSE_MESSAGE_KEY = "message";
protected static final String RESULT_KEY = "message";
protected static final String RESULT_KEY = "result";
protected ObjectMapper objectMapper;

Loading…
Cancel
Save