Skip to content

Commit

Permalink
fix(ci): ⬆️ build 34-signal-solution
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoss54 committed Dec 18, 2024
1 parent c9320fa commit f1835fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export class UpdatePersonComponent {
readonly #location = inject(Location);
readonly #peopleService = inject(PeopleService);

personDetails = routerInput.required<People | null>(null);
personDetails = routerInput.required<People | null>();

updatePerson(person: PeopleForm): void {
this.#peopleService.updatePerson(person).subscribe(() => this.goBack());
Expand Down

0 comments on commit f1835fa

Please sign in to comment.