Skip to content

Commit 2a40dde

Browse files
authored
Merge pull request #18 from tommy-mor/master
crash fix
2 parents 9caac44 + 6ee296c commit 2a40dde

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/com/bhyoo/onedrive/container/pager/DriveItemPager.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ public static DriveItemPage deserialize(@NotNull Client client, @NotNull JsonPar
116116
case "@odata.context":
117117
// TODO
118118
break;
119+
case "@odata.count":
120+
// TODO
121+
break;
119122
default:
120123
throw new IllegalStateException(
121124
"Unknown attribute detected in DriveItemPager : " + currentName);

0 commit comments

Comments
 (0)