mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 17:35:33 +00:00
Printing postback contents.
This commit is contained in:
parent
d070baabde
commit
e3ff612813
1 changed files with 1 additions and 0 deletions
|
@ -33,6 +33,7 @@ public class SnapshotPushPostbackContents implements JSONSource {
|
|||
|
||||
@Override
|
||||
public void fromJSON(JsonElement json) {
|
||||
System.out.println(json);
|
||||
JsonObject responseObject = json.getAsJsonObject();
|
||||
String code = responseObject.get("code").getAsString();
|
||||
setResult(responseObject, code);
|
||||
|
|
Loading…
Add table
Reference in a new issue