Skip to content

Commit

Permalink
ar(fix) bots shield
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloreale committed Aug 27, 2024
1 parent a1aab14 commit 36f9049
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/api/v1/user/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export async function POST(request: CombineRequest) {
request?.cookies?.toString().split('dp-health-check=')[1].split(';')[0] ||
request?.headers?.get('cookies').toString().split('dp-health-check=')[1].split(';')[0];
const isHealthCheck = healthSecret === process.env.NEXUS_KEEPALIVE;
console.log({ healthSecret });

if (isHealthCheck) {
try {
await GetPrivateCommonAbilities({});
Expand Down

0 comments on commit 36f9049

Please sign in to comment.