Skip to content

Commit 6aa9cd7

Browse files
committed
Lint
1 parent 6ca4fe9 commit 6aa9cd7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/playground/cli/src/run-cli.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,6 @@ export async function runCLI(args: RunCLIArgs): Promise<RunCLIServer> {
342342

343343
let wordPressReady = false;
344344
let isFirstRequest = true;
345-
let isSecondRequest = false;
346345

347346
logger.log('Starting a PHP server...');
348347

@@ -545,7 +544,6 @@ export async function runCLI(args: RunCLIArgs): Promise<RunCLIServer> {
545544
// assume they don't have to auto-login again.
546545
if (isFirstRequest) {
547546
isFirstRequest = false;
548-
isSecondRequest = true;
549547
const headers: Record<string, string[]> = {
550548
'Content-Type': ['text/plain'],
551549
'Content-Length': ['0'],

0 commit comments

Comments
 (0)