Skip to content

Commit 502375e

Browse files
committed
Update WatchController.java
1 parent 88f770d commit 502375e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphwebhook/src/main/java/com/example/graphwebhook/WatchController.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,7 @@ public String unsubscribeapponly(
216216
return REDIRECT_HOME;
217217
}
218218

219+
219220
private <T extends Entity> String getJsonRepresentation(final T graphObject) {
220221
try {
221222
graphObject.getBackingStore().setIsInitializationCompleted(false);

0 commit comments

Comments
 (0)