Remove AbstractDynamoDbStore as a base class from Accounts

This commit is contained in:
Jon Chambers
2024-12-02 10:57:45 -05:00
committed by GitHub
parent 9e312cbdfa
commit c70dd119d3
9 changed files with 46 additions and 71 deletions

View File

@@ -397,6 +397,7 @@ public class WhisperServerService extends Application<WhisperServerConfiguration
.workQueue(messageDeletionQueue).build();
Accounts accounts = new Accounts(
clock,
dynamoDbClient,
dynamoDbAsyncClient,
config.getDynamoDbTables().getAccounts().getTableName(),