Skip to content

Commit

Permalink
clients/web: fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
frankie567 committed Jul 23, 2024
1 parent 34de131 commit 5648315
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const donation: TransactionDonation = {
id: '',
to_organization: {
id: '',
name: 'OrgName',
slug: 'hello',
avatar_url: '',
created_at: '2024-03-27',
Expand All @@ -63,6 +64,7 @@ const issue_reward: TransactionIssueReward = {
const organization: TransactionOrganization = {
created_at: '',
id: '',
name: 'OrgName',
slug: 'OrgName',
avatar_url: 'https://avatars.githubusercontent.com/u/1144727?s=60&v=4',
}
Expand Down

0 comments on commit 5648315

Please sign in to comment.