Skip to content

Commit

Permalink
Add keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
ajaygandecha committed May 24, 2024
1 parent f10b668 commit 47133c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export class EventEditorComponent {
) {
this.profile = this.profileService.profile()!;

const data = route.snapshot.data as {
const data = this.route.snapshot.data as {
event: Event;
};
this.event = data.event;
Expand Down

0 comments on commit 47133c5

Please sign in to comment.