Skip to content

Commit

Permalink
fix(rest): Fixed the reference to wrong db for oauthclients
Browse files Browse the repository at this point in the history
Signed-off-by: Smruti Prakash Sahoo <[email protected]>
  • Loading branch information
smrutis1 authored and heliocastro committed Nov 25, 2024
1 parent 4918ecd commit 8164a1f
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 8164a1f

Please sign in to comment.