Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
knowledge-platform
Commits
70eec790
Unverified
Commit
70eec790
authored
1 year ago
by
Reshmi V Nair
Committed by
GitHub
1 year ago
Browse files
Options
Download
Plain Diff
Merge pull request #17 from Radheshhathwar/Gcloud_fix
Removed additional channel
parents
6fc58ae4
8d91c162
Gcloud_fix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
assessment-api/assessment-actors/src/main/scala/org/sunbird/managers/AssessmentManager.scala
+0
-5
...c/main/scala/org/sunbird/managers/AssessmentManager.scala
with
0 additions
and
5 deletions
+0
-5
assessment-api/assessment-actors/src/main/scala/org/sunbird/managers/AssessmentManager.scala
+
0
−
5
View file @
70eec790
...
@@ -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
)
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets