Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
working on the new DB
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed May 6, 2020
1 parent 2261722 commit 4e24905
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/com/andromeda/araserver/util/DatabaseClient.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ class DatabaseClient {
return toReturn
}

fun getInLikesForm(userId: String, term:String){
database.getCollection(userId).find()

}
private fun <T> parse(it: Document, clazz: Class<T>): T? {

try {
Expand Down

0 comments on commit 4e24905

Please sign in to comment.