mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-10 06:39:01 +02:00
Added print statement.
This commit is contained in:
@@ -34,6 +34,7 @@ public class WLDirectoryNodeSnapshot implements CandidateSnapshot {
|
||||
jsonObject.addProperty("latestVerId", previousVersionID);
|
||||
jsonObject.add("files", getFilesAsJson());
|
||||
jsonObject.addProperty("postbackUrl", projectURL + "/postback");
|
||||
System.out.println(jsonObject);
|
||||
return jsonObject;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user