Skip to content

Commit cb29b32

Browse files
added missing $ to filter
1 parent 8fcd4e8 commit cb29b32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Api/ToDo.php

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

1414
$params = http_build_query([
15-
"\filter" => "status eq 'notStarted'",
15+
"\$filter" => "status eq 'notStarted'",
1616
"\$top" => $top,
1717
"\$skip" => $skip,
1818
"\$count" => "true",

0 commit comments

Comments
 (0)