Merge branches by BBNBot #429

Merged
greg6775 merged 6 commits from master into greg-dev 2020-04-01 17:19:32 +02:00
Showing only changes of commit 2a15c34b72 - Show all commits

View file

@ -78,6 +78,7 @@ public class Rethink {
public JSONObject getObjectByID(String table, String id) {
String response = r.table(table).get(id).toJson().run(conn);
System.out.println(response);
return new JSONObject(response);
}