Skip to content

Commit 6e05a39

Browse files
Error with async
1 parent 70cbc4e commit 6e05a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hf-data/js/view_only.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async function buildVisualizationOnly(apiEndpoint, urlParams) {
4949
buildLive();
5050
}
5151

52-
function buildLive() {
52+
async function buildLive() {
5353
buildDesktop();
5454
buildMobile();
5555
is_live = true;

0 commit comments

Comments
 (0)