Skip to content

Commit

Permalink
Fix for compile issue
Browse files Browse the repository at this point in the history
  • Loading branch information
karthik-tarento authored May 6, 2022
1 parent dd100d9 commit 301689b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class ContentConsumptionActor @Inject() extends BaseEnrolmentActor {
if(CollectionUtils.isNotEmpty(contentIds))
put("contentid", contentIds)
}}
val response = cassandraOperation.getRecords(requestContext, consumptionDBInfo.getKeySpace, consumptionDBInfo.getTableName, filters)
val response = cassandraOperation.getRecords(requestContext, consumptionDBInfo.getKeySpace, consumptionDBInfo.getTableName, filters, null)
response.getResult.getOrDefault(JsonKey.RESPONSE, new java.util.ArrayList[java.util.Map[String, AnyRef]]).asInstanceOf[java.util.List[java.util.Map[String, AnyRef]]]
}

Expand Down

0 comments on commit 301689b

Please sign in to comment.