Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
Fix todolists url
Browse files Browse the repository at this point in the history
fixes #6
  • Loading branch information
yuters authored Oct 23, 2018
1 parent 28208d8 commit cc0d6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Sections/TodoListGroups.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public function show($id)
public function store(array $data)
{
$todolistGroup = $this->client->post(
sprintf('buckets/%d/todosets/%d/groups.json', $this->bucket, $this->parent),
sprintf('buckets/%d/todolists/%d/groups.json', $this->bucket, $this->parent),
[
'json' => $data,
]
Expand Down

0 comments on commit cc0d6f2

Please sign in to comment.