mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-07 01:27:01 +02:00
fix: missing await
This commit is contained in:
@@ -34,8 +34,8 @@ const labels = new Map([
|
||||
})],
|
||||
]);
|
||||
|
||||
export function init() {
|
||||
charts = initializeCharts();
|
||||
export async function init() {
|
||||
charts = await initializeCharts();
|
||||
|
||||
const hostFilterEl = document.getElementById('hostFilter');
|
||||
const termEl = document.getElementById('term');
|
||||
|
||||
Reference in New Issue
Block a user