Skip to content

Commit efd7ea2

Browse files
committed
Update VerifiedEndpoint.php
1 parent 2896edb commit efd7ea2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VerifierServer/Endpoints/VerifiedEndpoint.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private function __post(array &$list, string $ckey, string $discord, int|string
241241
];
242242
PersistentState::writeJson($this->state->getJsonPath(), $list);
243243
$this->state->setVerifyList($list);
244-
$body = json_encode($this->head($response, $headers));
244+
$body = $this->head($response, $headers);
245245
}
246246

247247
/**

0 commit comments

Comments
 (0)