diff --git a/content/apply.js b/content/apply.js index 1986e147..ca7c09fe 100644 --- a/content/apply.js +++ b/content/apply.js @@ -67,8 +67,8 @@ return matchUrl; } - function buildSections(result) { - return Object.entries(result).map(([id, code]) => ({id: +id, code})); + function buildSections(cache) { + return Object.values(cache); } /**