(email)
| 1255 | } |
| 1256 | |
| 1257 | const getApiClientIdFromEmail = function (email) { |
| 1258 | if (/@codeninjas.com$/i.test(email)) { // hard coded for code ninjas since a lot of their users do not have clientCreator set |
| 1259 | const clientID = '57fff652b0783842003fed00' |
| 1260 | return clientID |
| 1261 | } |
| 1262 | } |
| 1263 | |
| 1264 | // hard-coded 3 CS1 levels with concept video details |
| 1265 | // TODO: move them to database if more such levels |
nothing calls this directly
no outgoing calls
no test coverage detected