Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
duluca committed Jan 8, 2024
1 parent d831fdb commit 7fb61aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/stage11/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ export class AppComponent implements OnInit {
}
}
}),
takeUntilDestroyed(this.destroyRef),
takeUntilDestroyed(this.destroyRef)
)
.subscribe()
}
Expand Down

0 comments on commit 7fb61aa

Please sign in to comment.