We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8b003a commit 730bafcCopy full SHA for 730bafc
1 file changed
src/controllers/leaderboard.controller.ts
@@ -19,7 +19,7 @@ export default class LeaderboardController {
19
.setEndpoint(env.APP_ENDPOINT)
20
.setProject(env.APP_PROJECT)
21
.setKey(env.API_KEY)
22
- .setSelfSigned();
+ .setSelfSigned(true);
23
24
const database = new Databases(client);
25
0 commit comments