1
0
Fork 0
mirror of https://github.com/voltbonn/diversity.volt.link.git synced 2024-11-19 09:00:02 +00:00

fix: missing bracket

This commit is contained in:
thomasrosen 2022-11-22 01:33:36 +01:00
parent c3179e9108
commit ef303802af

View file

@ -777,4 +777,4 @@ function _DATA_GOT_LOADED() {
window.addEventListener('load', () => {
_DATA_GOT_LOADED()
initTeams()
}
})