Unverified Commit 70eec790 authored by Reshmi V Nair's avatar Reshmi V Nair Committed by GitHub
Browse files

Merge pull request #17 from Radheshhathwar/Gcloud_fix

Removed additional channel
No related merge requests found
Showing with 0 additions and 5 deletions
+0 -5
...@@ -47,11 +47,6 @@ object AssessmentManager { ...@@ -47,11 +47,6 @@ object AssessmentManager {
if(isLive){ if(isLive){
request.getRequest.put("status", "Live".asInstanceOf[AnyRef]) request.getRequest.put("status", "Live".asInstanceOf[AnyRef])
} }
val channelOption: Option[String] = request.headers.get("channel")
// Check if the channel is present
channelOption.foreach { channel =>
request.getRequest.put("channel", channel.asInstanceOf[AnyRef])
}
create(request, errCode) create(request, errCode)
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment