We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b31544 commit 99bd1afCopy full SHA for 99bd1af
1 file changed
src/docs/_static/script.js
@@ -17,7 +17,7 @@ document.addEventListener('DOMContentLoaded', function () {
17
fetchData().then((data) => { /* */
18
renderUi(data); /* */
19
console.log(data)
20
- getDateTime()
+ setInterval()
21
});
22
23
0 commit comments