Skip to content

Commit

Permalink
Fix delete tag
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-volga authored Sep 24, 2024
1 parent c5ed207 commit 98229ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AircallTags.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ public function delete(int $id)
{
$path = $this->tagPath($id);

return $this->client->get($path);
return $this->client->delete($path);
}

public function tagPath(int $id): string
Expand Down

0 comments on commit 98229ce

Please sign in to comment.