Skip to content

Commit

Permalink
fix privacy
Browse files Browse the repository at this point in the history
  • Loading branch information
seiyria committed Apr 24, 2024
1 parent 4bf405e commit 0f88478
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/card/card.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export class CardPage implements OnInit {
private router = inject(Router);
private route = inject(ActivatedRoute);
private cardsService = inject(CardsService);
private metaService = inject(MetaService);
public metaService = inject(MetaService);

public cardData: ICard | undefined = undefined;
public template = '';
Expand Down

0 comments on commit 0f88478

Please sign in to comment.