From 24ac48b3b175b0c33215eacad6878621a7344a60 Mon Sep 17 00:00:00 2001 From: Chris Eager Date: Fri, 10 Feb 2023 14:42:41 -0600 Subject: [PATCH] Update counter name --- .../textsecuregcm/controllers/AccountControllerV2.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountControllerV2.java b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountControllerV2.java index 4ce6d955a..e70af2523 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountControllerV2.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/controllers/AccountControllerV2.java @@ -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;