error in contests api

I just made a request of present contests, it doesn’t show ENSE2018(which is clearly ongoing) Please fix this problem or am I doing anything wrong?
the returned JSON:

{
“status”: “OK”,
“result”: {
“data”: {
“content”: {
“currentTime”: 1536596477,
“contestList”: [
{
“code”: “SEPT18”
},
{
“code”: “SEPT18A”
},
{
“code”: “SEPT18B”
},
{
“code”: “ZLC2018”
},
{
“code”: “CAH1801”
},
{
“code”: “INOIPRAC”
},
{
“code”: “ZCOPRAC”
}
]
},
“code”: 9001,
“message”: “Contests Successfully fetched”
}
}
}

@mayukh45, we will look into it.