Skip to content

Commit

Permalink
Temp staging debugging (#1506)
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso authored Nov 11, 2024
2 parents 0b3f397 + 9b2c863 commit 2e44640
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/provider/src/api/admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ export function prosopoAdminRouter(env: ProviderEnvironment): Router {

router.post(AdminApiPaths.SiteKeyRegister, async (req, res, next) => {
try {
tasks.logger.info("Registering site key, request body:");
tasks.logger.info(req.body);
const { siteKey, settings } = RegisterSitekeyBody.parse(req.body);
const temp = settings || {};
await tasks.clientTaskManager.registerSiteKey(siteKey, temp);
Expand Down

0 comments on commit 2e44640

Please sign in to comment.