Skip to content

Commit b724396

Browse files
fixed error in orderby with emails
1 parent eecd41c commit b724396

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Api/Emails.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ public function emails($top = 25, $skip = 0, $folderId = null, $params = [])
1212
$skip = request('skip', $skip);
1313

1414
$params = http_build_query([
15-
"\$orderby" => "displayName",
1615
"\$top" => $top,
1716
"\$skip" => $skip,
1817
"\$count" => "true",

0 commit comments

Comments
 (0)