Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/log4j2.version-2.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
heliocastro authored Nov 25, 2024
2 parents fca077a + 8164a1f commit 31b72f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public OAuthClientRepository() {
super(OAuthClientEntity.class);

DatabaseConnectorCloudant db = new DatabaseConnectorCloudant(DatabaseSettings.getConfiguredClient(),
DatabaseSettings.COUCH_DB_DATABASE);
DatabaseSettings.COUCH_DB_OAUTHCLIENTS);

super.setConnector(db);

Expand Down

0 comments on commit 31b72f2

Please sign in to comment.