added missing bracket

This commit is contained in:
2021-09-02 18:23:17 +02:00
parent d5b60a1679
commit 7a1eaf605b

View File

@ -153,4 +153,5 @@ Module.register("MMM-circleCountdown",{
wrapper.appendChild(chartE1);
return wrapper;
}
}
})