()
| 20 | const _ = require('lodash') |
| 21 | const useWebsocket = false |
| 22 | const showOzaria = () => isOzaria || window.location.pathname.includes('ozaria') |
| 23 | |
| 24 | // Yuqiang: i don't know why we use same slugify from different source but let's keep it right now since change it sometimes trigger unbelievable bug |
| 25 | if (isCodeCombat) { |
no outgoing calls
no test coverage detected