Skip to content

Commit

Permalink
Merge pull request #234 from supertokens/ci/fix_ci_issues
Browse files Browse the repository at this point in the history
ci: fix ci issues
  • Loading branch information
porcellus authored Oct 28, 2024
2 parents 29c7124 + dc86ab9 commit ed9e982
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ jobs:
test:
docker:
- image: rishabhpoddar/supertokens_postgresql_plugin_test
- image: rishabhpoddar/oauth-server-cicd
resource_class: large
steps:
- add_ssh_keys:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ public static List<OAuthClient> getOAuthClients(Start start, AppIdentifier appId
for (int i = 0; i < clientIds.size(); i++) {
pst.setString(i + 2, clientIds.get(i));
}
System.out.println(pst);
}, (result) -> {
List<OAuthClient> res = new ArrayList<>();
while (result.next()) {
Expand Down

0 comments on commit ed9e982

Please sign in to comment.