Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeLundahl committed Sep 13, 2024
1 parent 61f6f4c commit bc097aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Models/Webhook.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ public function appliedTags()

return $tagsApplied->map(function ($tag) {
return $tag->name;
})->toArray();;
})->toArray();
}

public function getIncludeTags(): bool
Expand Down

0 comments on commit bc097aa

Please sign in to comment.