File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,21 @@ let initialLogTable = [
66 bags : 40 ,
77 volunteers : 15 ,
88 } ,
9+ {
10+ cleanname : "Brighton Cleanup" ,
11+ bags : 36 ,
12+ volunteers : 12 ,
13+ } ,
14+ {
15+ cleanname : "River Adur Cleanup" ,
16+ bags : 16 ,
17+ volunteers : 8 ,
18+ } ,
19+ {
20+ cleanname : "O2 Cleanup" ,
21+ bags : 100 ,
22+ volunteers : 25 ,
23+ } ,
924] ;
1025
1126async function populateLogTable ( ) {
Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ let initialStartTable = [
3535 latitude : 50.830597805865416 ,
3636 longitude : - 0.26970090532648877 ,
3737 } ,
38+ {
39+ cleanName : "O2 Thames Cleanup" ,
40+ location : "Greenwich" ,
41+ date : "29.09.22" ,
42+ startTime : "12:00" ,
43+ endTime : "13:00" ,
44+ host : "Emma Gill" ,
45+ notes : "Bring Wellies" ,
46+ latitude : 51.50147618892564 ,
47+ longitude : 0.00901512085762601 ,
48+ } ,
3849] ;
3950
4051async function populateStartTable ( ) {
You can’t perform that action at this time.
0 commit comments