v1.3.4 #426
1 changed files with 0 additions and 1 deletions
|
|
@ -78,7 +78,6 @@ 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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue