fix: Don't E500 because of not having kanken kanji jiten kanji index

This commit is contained in:
Dendy 2025-09-05 07:05:05 +02:00
parent 649cecfa36
commit e0b5ca0ed8
1 changed files with 0 additions and 3 deletions

View File

@ -90,9 +90,6 @@ class KanjiController extends AbstractController
'str' => $charStr, 'str' => $charStr,
'codepoint' => dechex($codepoint), 'codepoint' => dechex($codepoint),
'lists' => $charInfo[$charStr] ?? [], 'lists' => $charInfo[$charStr] ?? [],
'jiten_href' => key_exists($charStr, $jiten)
? "https://kanji.jitenon.jp/kanji{$jiten[$charStr]}"
: null
]; ];
} }