Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
qianl15 committed Apr 16, 2024
1 parent 02bf2d2 commit 5739fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { DBOSLoginDomain, stripe, Utils } from './utils';
export { Utils } from './utils';

const DBOSProPlanString = "dbospro";

console.log("login domain: " + DBOSLoginDomain);
const dbosJWT = jwt({
secret: koaJwtSecret({
jwksUri: `https://${DBOSLoginDomain}/.well-known/jwks.json`,
Expand Down

0 comments on commit 5739fa6

Please sign in to comment.