Skip to content

Commit

Permalink
Merge pull request #450 from lsst-epo/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
ericdrosas87 authored May 23, 2024
2 parents 30dfd0e + 6631f83 commit e61def5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pages/api/revalidate.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ async function handler(req, res) {
receivedToken: query.secret,
});

console.debug({
modifiedEnvVar: process.env.NEXT_PUBLIC_CRAFT_REVALIDATE_SECRET_TOKEN,
});

if (isPreview) {
return res.status(401).json({
message:
Expand Down

0 comments on commit e61def5

Please sign in to comment.