1
0
mirror of synced 2026-08-06 02:07:09 +00:00

DEV: Add comment for clarity

This commit is contained in:
Keegan George
2022-07-13 11:38:33 -07:00
parent 9bfc23c599
commit 633109804c
@@ -23,6 +23,7 @@ export default class extends Controller {
headings.push(...Object.keys(object));
}
// Build Table Data
tableData.push([...Object.values(object)]);
});