kanji list now updates correctly

This commit is contained in:
Lauchmelder 2022-03-30 16:51:37 +02:00
parent 676a6abe4e
commit e00529f817
No known key found for this signature in database
GPG key ID: C2403C69D78F011D

View file

@ -92,7 +92,6 @@ const updateCache = async (token, oldLevel, newLevel) => {
// Extract Kanji as well
var url = "https://api.wanikani.com/v2/subjects?types=kanji&levels=" + levelURLString
var kanji = new Set()
do
{