Update counter name

This commit is contained in:
Chris Eager 2023-02-10 14:42:41 -06:00 committed by Chris Eager
parent c03060fe3c
commit 24ac48b3b1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ import org.whispersystems.textsecuregcm.storage.ChangeNumberManager;
@Path("/v2/accounts")
public class AccountControllerV2 {
private static final String CHANGE_NUMBER_COUNTER_NAME = name(AccountControllerV2.class, "create");
private static final String CHANGE_NUMBER_COUNTER_NAME = name(AccountControllerV2.class, "changeNumber");
private static final String VERIFICATION_TYPE_TAG_NAME = "verification";
private final AccountsManager accountsManager;