diff --git a/service/config/sample.yml b/service/config/sample.yml index da2a2c2f0..fc75ef797 100644 --- a/service/config/sample.yml +++ b/service/config/sample.yml @@ -112,8 +112,6 @@ dynamoDbTables: messages: tableName: Example_Messages expiration: P30D # Duration of time until rows expire - pendingAccounts: - tableName: Example_PendingAccounts pendingDevices: tableName: Example_PendingDevices phoneNumberIdentifiers: diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index e80644169..5c00644b2 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -350,8 +350,6 @@ public class WhisperServerService extends Application