Skip to content

Commit

Permalink
#270 - fix connected with previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilpiech97 committed Mar 25, 2024
1 parent 9653415 commit 585e443
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public function toArray($request): array
return [
"id" => $this->id,
"name" => $this->name,
"user" => new SimpleUserResource($user),
"user" => new SimpleUserResource($this->user),
"type" => $this->type,
"isVacation" => $this->configRetriever->isVacation($this->type),
"state" => $this->state,
Expand Down

0 comments on commit 585e443

Please sign in to comment.