We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b0f7df + 3e93e0a commit 2a395e2Copy full SHA for 2a395e2
1 file changed
scraper.php
@@ -34,5 +34,5 @@
34
// 日付付きの JSON ファイルとして保存(例: docs/v2/2025/20250714.json)
35
// 最新データとして today.json にも保存
36
$storage = new PreviewStorage();
37
-$storage->save($programs, "docs/{$version}/" . $date->format('Y') . '/' . $date->format('Ymd') . '.json');
38
-$storage->save($programs, "docs/{$version}/today.json");
+$storage->save($previews, "docs/{$version}/" . $date->format('Y') . '/' . $date->format('Ymd') . '.json');
+$storage->save($previews, "docs/{$version}/today.json");
0 commit comments