diff --git a/app/Services/Eggs/Sharing/EggImporterService.php b/app/Services/Eggs/Sharing/EggImporterService.php index 3cf05ee9f..3e1e2cda6 100644 --- a/app/Services/Eggs/Sharing/EggImporterService.php +++ b/app/Services/Eggs/Sharing/EggImporterService.php @@ -115,7 +115,7 @@ class EggImporterService $parsed = match ($version) { 'PTDL_v1' => $this->convertToV2($parsed), 'PTDL_v2' => $parsed, - 'PLCN_V1' => $parsed, + 'PLCN_v1' => $parsed, default => throw new InvalidFileUploadException('The JSON file provided is not in a format that can be recognized.') };