Skip to content

Commit

Permalink
Merge pull request #124 from fleetbase/dev-v0.5.7
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
roncodes authored Aug 31, 2024
2 parents 7acaa93 + 9e1c474 commit fac2832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/Http/Resources/v1/TrackingStatus.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function toWebhookPayload()
*/
public function trackingNumber()
{
$this->loadMissing('trackingNumner');
$this->loadMissing('trackingNumber');

return $this->trackingNumber ? new TrackingNumber($this->trackingNumber) : null;
}
Expand Down

0 comments on commit fac2832

Please sign in to comment.