Skip to content

Commit

Permalink
chore: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
wellwind committed Nov 11, 2023
1 parent 6917dd5 commit bec60c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/blog/blog-posts/blog-post/blog-post.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ const findNextPost = (posts: PostMetaWithSlug[], target: MarkdownMeta) => {
],
})
export class BlogPostComponent {
private route = inject(ActivatedRoute);
private domSanitizer = inject(DomSanitizer);
private platformService = inject(PlatformService);
private sitePostService = inject(SitePostService);
Expand Down

0 comments on commit bec60c9

Please sign in to comment.