Skip to content

Commit

Permalink
refactor: Update selfSigned flag in LeaderboardController
Browse files Browse the repository at this point in the history
  • Loading branch information
xuelink committed Jun 25, 2024
1 parent c8b003a commit 730bafc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/leaderboard.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class LeaderboardController {
.setEndpoint(env.APP_ENDPOINT)
.setProject(env.APP_PROJECT)
.setKey(env.API_KEY)
.setSelfSigned();
.setSelfSigned(true);

const database = new Databases(client);

Expand Down

0 comments on commit 730bafc

Please sign in to comment.