Update date generic form parser for federal 2025 form.
This commit is contained in:
@@ -42,7 +42,7 @@ $image_map = [];
|
||||
foreach ($candidate_data as $candidate) {
|
||||
if (strlen($candidate['photo_url'])) {
|
||||
$map['url'] = $candidate['photo_url'];
|
||||
$map['match_lga'] = $candidate['match_lga'];
|
||||
$map['match_division'] = $candidate['match_division'];
|
||||
$image_map[$candidate['Photo']] = $map;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user