Fixed field name

This commit is contained in:
Luca Frosini 2021-06-10 10:23:11 +02:00
parent bf4e6992c4
commit 74a651d295
1 changed files with 1 additions and 1 deletions

View File

@ -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;