Skip to content

Commit 7fb4385

Browse files
committed
fix: import key name
1 parent 71a3e0f commit 7fb4385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Console/Commands/SplitWorldHeritageJson.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ public function handle(): int
282282
foreach ($imageUrls as $idx => $url) {
283283
$images[] = [
284284
'world_heritage_site_id' => $siteId,
285-
'url' => hash('sha256', $url),
285+
'url' => $url,
286286
'sort_order' => $idx,
287287
'is_primary' => ($idx === 0) ? 1 : 0,
288288
];

0 commit comments

Comments
 (0)