Skip to content

Commit 8234c07

Browse files
committed
Update bot.php
1 parent ec5db66 commit 8234c07

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bot.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -455,9 +455,9 @@ function loadEnv(string $filePath = __DIR__ . '/.env'): void
455455
$verifier_server = new VerifierServer(
456456
new PersistentState(
457457
getenv('CIV_TOKEN'),
458-
PersistentState::loadVerifyFile(getenv('VERIFIER_JSON_PATH') ?? 'json\verified.json'),
458+
PersistentState::loadVerifyFile(getenv('VERIFIER_JSON_PATH') ?? '/json.verified.json'),
459459
getenv('VERIFIER_STORAGE_TYPE') ?? 'filesystem',
460-
getenv('VERIFIER_JSON_PATH') ?? 'json\verified.json',
460+
getenv('VERIFIER_JSON_PATH') ?? '/json.verified.json',
461461
),
462462
getenv('VERIFIER_HOST_ADDR') . ':' . getenv('VERIFIER_HOST_PORT')
463463
);

0 commit comments

Comments
 (0)