Skip to content

Commit

Permalink
Add perms back
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyRoeters committed Jan 23, 2024
1 parent 99331c5 commit 6a0a91b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/Domain/Trip/Enum/TripStatisticParserEnum.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public function getEventEnums(): array
return match ($this) {
self::SPEED_PROFILE => [
TripEventEnum::SPEEDING,
TripEventEnum::HARSH_BRAKING,
],
self::BREAK_PROFILE => [
TripEventEnum::HARSH_BRAKING,
Expand Down

0 comments on commit 6a0a91b

Please sign in to comment.