Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

receipts view #15

Open
wants to merge 33 commits into
base: main
Choose a base branch
from
Open

receipts view #15

wants to merge 33 commits into from

Conversation

iisa
Copy link
Contributor

@iisa iisa commented Dec 13, 2024

Copy link

github-actions bot commented Dec 13, 2024

PR Preview Action v1.6.0

🚀 View preview at
https://internetarchive.github.io/iaux-monthly-giving-circle/pr/pr-15/

Built to branch gh-pages at 2025-01-27 10:09 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

isTest: boolean;
token: string;
};
export class Receipt {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a reason you have the separate type aReceipt and the class Receipt? It seems like you should be able to just have the type since the class is just a container for the data and doesn't have any operations on it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hmm, in the constructor of Receipt class, TS is asking to remove implicit any. what's the best way to remove this?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants