Skip to content

Commit

Permalink
Update start date for backer
Browse files Browse the repository at this point in the history
  • Loading branch information
kylekatarnls committed Nov 13, 2024
1 parent e9553f3 commit 0101e5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/generate.php
Original file line number Diff line number Diff line change
Expand Up @@ -287,14 +287,14 @@ function getAllBackers(): array
];
$members[] = [
'MemberId' => 2,
'createdAt' => '2024-11-07 02:00',
'createdAt' => '2024-11-14 02:00',
'type' => 'ORGANIZATION',
'role' => 'BACKER',
'tier' => 'backer+ yearly',
'isActive' => true,
'totalAmountDonated' => 170,
'currency' => 'USD',
'lastTransactionAt' => '2024-11-07 02:00',
'lastTransactionAt' => '2024-11-14 02:00',
'lastTransactionAmount' => 170,
'profile' => 'https://www.slotozilla.com/nz/free-spins',
'name' => 'Slotozilla',
Expand Down

0 comments on commit 0101e5b

Please sign in to comment.