File tree Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Expand file tree Collapse file tree 2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
[
2
+ {
3
+ "sum" : -192.40 ,
4
+ "currency" : " EUR" ,
5
+ "date" : " 2023-01-18T00:00:00+00:00" ,
6
+ "contributor" : null ,
7
+ "purpose" : " January/February hosting"
8
+ },
9
+ {
10
+ "sum" : 88 ,
11
+ "currency" : " EUR" ,
12
+ "date" : " 2023-01-18T00:00:00+00:00" ,
13
+ "contributor" : " Cadillac"
14
+ },
15
+ {
16
+ "sum" : -1299 ,
17
+ "currency" : " RUB" ,
18
+ "date" : " 2023-01-17T00:00:00+00:00" ,
19
+ "contributor" : null ,
20
+ "purpose" : " Domain name"
21
+ },
22
+ {
23
+ "sum" : 1299 ,
24
+ "currency" : " RUB" ,
25
+ "date" : " 2023-01-17T00:00:00+00:00" ,
26
+ "contributor" : " Dmitry"
27
+ },
2
28
{
3
29
"sum" : 46.95 ,
4
30
"currency" : " EUR" ,
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ interface Donation {
25
25
} )
26
26
export class IndexDonateComponent {
27
27
public goal = 2500 ;
28
- private monthlyCharge = 180.56 ;
28
+ private monthlyCharge = 192.4 ;
29
29
30
30
public $state = of ( require ( './data.json' ) as Donation [ ] ) . pipe (
31
31
map ( ( operations ) => {
You can’t perform that action at this time.
0 commit comments